This project includes:
- TF-IDF + Logistic Regression
- TF-IDF + SVM
- FastAPI backend
- HTML GUI
- Docker support
Run locally:
uvicorn app.main:app --reload
Docker:
docker-compose up --build
SENTIMENT-APPLICATION │ ├── app │ ├── main.py │ ├── predict.py │ ├── models │ ├── model_svm_v2.pkl │ ├── model_v1.pkl │ ├── gui │ └── index.html │ ├── requirements.txt ├── Dockerfile |__docker-compose.yml