This project is a sentiment analysis application that analyzes text input and determines whether the sentiment is positive or negative. The application uses a deep learning model trained on text data, with results stored in MongoDB.
- Introduction
- Features
- System Requirements
- Installation
- Usage
- Results Storage in MongoDB
- Testing
- Deployment
This application is built using Flask, TensorFlow, and MongoDB. It allows users to input text, analyzes the sentiment, and stores the analysis results in MongoDB for future reference.
- Sentiment analysis using a trained LSTM model.
- User-friendly web interface.
- Results storage in MongoDB.
- Python 3.7+
- TensorFlow 2.x
- Flask
- MongoDB
git clone https://github.com/username/repository.git
cd repository
cd your-repo-name
pip install -r requirements.txt
python train_model.py
python main.py