Welcome to the Text Emotion Analyzer, a Django-based web application for analyzing the emotional content of text using machine learning models.
- Python 3.x
- Virtualenv
-
Clone the Repository:
git clone https://github.com/KCprsnlcc/DjangoAnalyzer.git cd DjangoAnalyzer
-
Create and Activate Virtual Environment:
python -m venv .venv source .venv/bin/activate # On Windows use `.\.venv\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt
-
Apply Migrations:
python manage.py migrate
-
Run the Server:
python manage.py runserver
-
Open your web browser and go to
http://127.0.0.1:8000
.
- Ensure the pre-trained emotion detection model (
tf_model.h5
) is present in thepredictivemodel
directory. - Adjust the
analyzer/views.py
file to suit your specific requirements for emotion analysis.
Contributions are welcome! Please create an issue or submit a pull request for any improvements or bug fixes.
For any questions or inquiries, please contact kcpersonalacc@gmail.com.
Thank you for using our Text Emotion Analyzer! Your feedback is valuable to us. 🧡