Fake News Detection API A machine learning-based Fake News Detection system using TF-IDF and Support Vector Machine (SVM), deployed as a REST API using FastAPI. Tech Stack Python Scikit-learn TF-IDF SVM FastAPI Uvicorn How to Run pip install -r requirements.txt uvicorn app:app --reload