The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Emotion Recognition in Text #569

Open Anantashayana opened 1 year ago

Anantashayana commented 1 year ago

Is your feature request related to a problem? Please describe.

Problem Statement: Develop an emotion recognition model capable of analyzing text data and accurately classifying the expressed emotions, enabling applications in sentiment analysis and customer feedback analysis for better understanding and interpretation of text-based emotions.

Describe the solution you'd like

  1. Collect and preprocess labeled text data.
  2. Extract features from preprocessed text.
  3. Train a suitable model for emotion recognition.
  4. Evaluate and fine-tune the model for optimal performance.
  5. Deploy the model as a service/API for text-based emotion classification.

Describe alternatives you've considered

Additional context

No response

Code of Conduct

khusheekapoor commented 1 year ago

@Anantashayana - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.