😀 Sentiment Analysis 😒
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.
💾 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