This is a Django-based web application for emotion classification. The project includes a machine learning model for classifying emotions, which is implemented in a Jupyter Notebook.
mysite
- Contains the Django project files.Emotion Classification.ipynb
- Jupyter Notebook for emotion classification model training and testing.LICENSE
- The license for the project.README.md
- This file.
- Python 3.x
- Django 3.x (or the version you are using)
- Jupyter Notebook
- Required Python libraries
-
Clone the repository:
git https://github.com/himankgupta1/Emotion-Classification-Application.git cd Emotion-Classification-Application
-
Create a virtual environment and activate it:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
-
Install the dependencies
-
Navigate to the Django project directory:
cd mysite
-
Apply migrations:
python manage.py migrate
-
Navigate to the Django project directory (if not already there):
cd mysite
-
Run the Django development server:
python manage.py runserver
-
Open your web browser and go to
http://127.0.0.1:8000/home
to see the application running.
This project is licensed under the terms of the MIT license. See the LICENSE
file for details.
If you would like to contribute to this project, please fork the repository and submit a pull request.