A emotion detection and classroom monitoring app
brainy-bits-ai/
├── data/
├── notebooks/
├── scripts/
├── results/
├── README.md
├── requirements.txt
└── .gitignore
- data/ - to store all the datasets used in the project, can include raw data, preprocessed data, and any other data files.
- notebooks/ - to include all the Jupyter Notebooks used for the entire workflow
- scripts/ - to store the Python scripts that are used for data processing, model training, evaluation, and other tasks.
- results/ - to store the output of the analyses and models, reports, images and logs
Note: Please follow the project structure hierarchy
Project management: JIRA of the project
Project Team members
- Prithvika Babu
- Nishanthan Ravichandran
- Jahnavi Mandadi
- Aamani Salehundam
- Rehaan Sajjad Arai
- Bhuvaneshvar Narayan
Note: Also, work on your respective branches only, don't push directly to the master branch, raise a PR instead