This project involves building a sentiment analysis model to classify text as positive or negative using machine learning techniques.
/sentiment-analysis/
├── README.md
├── app.py
├── data
│ └── sentiment_dataset.csv
├── model
│ └── train_model.py
├── sentiment_model.pkl
├── vectorizer.pkl
└── requirements.txt
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/saajann/sentiment-analysis.git
-
Navigate to the project directory:
cd sentiment-analysis
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit run app.py