Open Madhu0-2 opened 5 months ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
Requesting to assign this issue to me : @Madhu0-2
Hello Sir, I have been working on such ML projects such as recommender systems and face account prediction ,I am looking to work on NLP too. Please assign the issue to me .
Hi @Madhu0-2 thanks for creating the issue. Are you planning to develop the models as well as the web app with the best fitted models developed by you?
hello @abhisheks008 please assign this issue to me. I am the contributor in SSOC'24. My Git hub id- @divyansh-2707
Full name : Filbert Shawn GitHub Profile Link : https://github.com/fspzar123 Participant ID : NA
Approach for the Project :
Data Collection: Commonly used datasets include the Emotion Dataset (e.g., Twitter data labeled with emotions)
Data Preprocessing:
Model Selection: Traditional Machine Learning: Logistic Regression, SVM, Random Forest Deep Learning: RNNs, Long Short-Term Memory (LSTM) networks, Convolutional Neural Networks (CNNs)
Model Training:
Evaluation: Evaluate the model using metrics like accuracy, precision, recall, F1 score, and confusion matrix. Perform cross-validation to ensure the model generalizes well.
Prediction: Use the trained model to predict emotions on new text data.
What is your participant role? SSOC'24
Full name : Filbert Shawn GitHub Profile Link : https://github.com/fspzar123 Participant ID : NA
Approach for the Project :
Data Collection: Commonly used datasets include the Emotion Dataset (e.g., Twitter data labeled with emotions)
Data Preprocessing:
- Clean the text data by removing stop words, punctuation, and stemming and lemmatization.
- Tokenize the text into words or subwords.
- Convert the text into numerical representations using techniques like Bag of Words (BoW), Term Frequency-Inverse Document Frequency (TF-IDF).
Model Selection: Traditional Machine Learning: Logistic Regression, SVM, Random Forest Deep Learning: RNNs, Long Short-Term Memory (LSTM) networks, Convolutional Neural Networks (CNNs)
Model Training:
- Split the dataset into training and testing sets.
- Train the model on the training data.
- Fine-tune hyperparameters and optimize the model.
Evaluation: Evaluate the model using metrics like accuracy, precision, recall, F1 score, and confusion matrix. Perform cross-validation to ensure the model generalizes well.
Prediction: Use the trained model to predict emotions on new text data.
What is your participant role? SSOC'24
As this issue is opened by a contributor I can't assign it to others.
ML-Crate Repository (Proposing new issue)
:red_circle: Project Title : Text Emotion Detection :red_circle: Aim : The aim is to predict emotion based on the text provided. :red_circle: Dataset : https://www.kaggle.com/code/khuzaimaaziz/text-emotion-detection-on-emotion-dataset/notebook :red_circle: Approach : Streamlit app.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.:red_circle::yellow_circle: Points to Note :
:white_check_mark: To be Mentioned while taking the issue :
Full name : M. Madhu Sravanthi
GitHub Profile Link : https://github.com/Madhu0-2
Participant ID (If not, then put NA) : NA
Approach for this Project : Project Includes multiple steps:
Data collection
Data preparation
Feature Engineering
Training and testing the model
Model deployment
I will make a pickle file of the Fitted ML model and then deploy it to Streamlit Python Framework to display the text box where it takes the text input and predict the emotion based on the text with accuracy.
What is your participant role? (Mention the Open Source Program name. Eg. HRSoC, GSSoC, GSOC etc.) VSoC'24
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎