Skip to content

kritikasharma3342/ai-sentiment-analysis-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis App

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors