MoodMinder is an innovative solution designed to understand and analyze the mood of employees. By leveraging advanced technologies like Computer Vision (CV) and Natural Language Processing (NLP), it offers insights into employee sentiments, helping organizations foster a positive work environment.
Install
git clone https://github.com/AvyaRathod/Q-Crusaders # clone
pip install -r requirements.txt # install
cd frontend
npm run dev
- Detects employee emotions in real-time using facial expressions.
- Utilizes a pre-trained model and OpenCV for accurate emotion predictions.
- Extracts recent browsing history to understand employee sentiments.
- Analyzes titles of the visited web pages to gauge the overall mood.
- Employees can provide feedback which is then summarized using the GPT model.
- Offers actionable insights based on the summarized feedback.
- Uses the BERT model to classify sentiments from various data points.
- Helps in understanding the overall sentiment trend.
- Admins can log in to view aggregated data and insights.
- Offers solutions for identified problems using the GPT model.