🌍 Multilingual Sentiment Analysis
5
stars
16
commits
HTML
primary language
Oct 24, 2025
updated
Emotion-Detection-in-Text-Hugging-Face is a robust, multilingual sentiment analysis tool powered by Hugging Face Transformers and Gradio. This project enables users to detect emotions in text from various languages by leveraging automatic translation and state-of-the-art NLP models. Whether you want to analyze tweets, comments, or any text data, this project provides an easy-to-use interface and accurate sentiment predictions.
Check out the Hugging Face Space:
Vercel Deployment:
cardiffnlp/twitter-roberta-base-sentiment model for reliable sentiment analysis.Clone the Repository:
git clone https://github.com/selvaganesh19/Emotion-Detection-in-Text-Hugging-Face.git
cd Emotion-Detection-in-Text-Hugging-Face
Create a Virtual Environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
Install Dependencies:
pip install -r requirements.txt
If you don't have a requirements.txt, install directly:
pip install gradio transformers deep-translator langdetect torch
Start the Gradio App:
python app.py
Access the Web Interface:
Contributions are welcome! To contribute:
git checkout -b feature/YourFeature).git commit -am 'Add cool feature').git push origin feature/YourFeature).Please see CONTRIBUTING.md for more details.
This project is licensed under the MIT License.
Developed with ❤️ using Hugging Face Transformers and Gradio.
Files included:
app.py - Main application script for sentiment analysis.Keywords: NLP, Sentiment Analysis, Multilingual, Hugging Face, Gradio, Emotion Detection, Transformers
Feel free to open issues for suggestions or bug reports! 🚀
This project is licensed under the MIT License.
🔗 GitHub Repo: https://github.com/selvaganesh19/Emotion-Detection-in-Text-Hugging-Face
16 commits
HTML
73.8%
JavaScript
14.9%
Python
11.3%
🌍 Multilingual Sentiment Analysis
5
stars
16
commits
HTML
primary language
Oct 24, 2025
updated
Emotion-Detection-in-Text-Hugging-Face is a robust, multilingual sentiment analysis tool powered by Hugging Face Transformers and Gradio. This project enables users to detect emotions in text from various languages by leveraging automatic translation and state-of-the-art NLP models. Whether you want to analyze tweets, comments, or any text data, this project provides an easy-to-use interface and accurate sentiment predictions.
Check out the Hugging Face Space:
Vercel Deployment:
cardiffnlp/twitter-roberta-base-sentiment model for reliable sentiment analysis.Clone the Repository:
git clone https://github.com/selvaganesh19/Emotion-Detection-in-Text-Hugging-Face.git
cd Emotion-Detection-in-Text-Hugging-Face
Create a Virtual Environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
Install Dependencies:
pip install -r requirements.txt
If you don't have a requirements.txt, install directly:
pip install gradio transformers deep-translator langdetect torch
Start the Gradio App:
python app.py
Access the Web Interface:
Contributions are welcome! To contribute:
git checkout -b feature/YourFeature).git commit -am 'Add cool feature').git push origin feature/YourFeature).Please see CONTRIBUTING.md for more details.
This project is licensed under the MIT License.
Developed with ❤️ using Hugging Face Transformers and Gradio.
Files included:
app.py - Main application script for sentiment analysis.Keywords: NLP, Sentiment Analysis, Multilingual, Hugging Face, Gradio, Emotion Detection, Transformers
Feel free to open issues for suggestions or bug reports! 🚀
This project is licensed under the MIT License.
🔗 GitHub Repo: https://github.com/selvaganesh19/Emotion-Detection-in-Text-Hugging-Face
16 commits
HTML
73.8%
JavaScript
14.9%
Python
11.3%