/sentiment-analysis-streamlit

:grinning: Sentiment Analysis :unamused:

Primary LanguagePython

😀 Sentiment Analysis 😒

Visits Badge Streamlit App

Sentiment analysis is a natural language processing (NLP) technique used to determine whether text is positive, negative or neutral.
Sentiment analysis is also known as “opinion mining” or “emotion artificial intelligence”.
You can use it in e-commerce, politics, marketing, advertising, market research for example.

image

💾 Install

python -m venv env
python -m pip install --upgrade pip
pip install -r requirements.txt

🏃 Run

streamlit run app/app_map.py
http://localhost:8501