Sentiment analysis project using streamlit GUI library.
- Live text sentiment analysis
- Sentiment analysis using file upload
- Interactive interface
- click on "install.bat" file in the project. It will install all the required libaries for the project.
- If the above step don't work follow the macOs installation given below and it will also work.
- Open the terminal cd to project location.
- Run the following command
pip install -r "req.text"
- Make sure you are inside the project folder
- Open the folder in the terminal and run the following command to open the application on localhost
streamlit run app.py