This app can classify a news headlines into clickbait and not clickbait label, the app use FastAPI for the API framework and using Logistic Regression and TFIDF to classify the label
- clone the repo and navigate to inside the repo
- and run via command prompt or terminal
pip install -r requirements.txt
python start.py- navigate to the repo root directory and rund via command or terminal
python -m pytest test.py -sv --disable-pytest-warningsOriginal dataset Kaggle

