CoC Inheritance 2023 || Innovator's Club
Table of Contents
Our website is tailored to students and professionals seeking to boost productivity and improve attention span. It provides a complete toolkit with customizable to-do lists and an interactive calendar for effective task management.Moreover, it incorporates a personalized questionnaire upon signup, allowing for tailored recommendations and a more personalized user experience. A drowsiness detection system further sets this platform apart, offering users the ability to maintain alertness during prolonged study or work sessions, ensuring sustained focus and productivity.
- Personalized To-Do List: Allows users to organize tasks and prioritize activities according to their preferences.
- Calendar: Plan and manage schedules seamlessly with an interactive calendar interface.
- Personalized Questionnaire: Gather user details upon signup to provide customized user experience.
- Drowsiness Detection System: Employ advanced technology to detect signs of drowsiness, enabling users to stay awake during extended study or work periods.
- Drowsiness Detection System
- Customizable to-do list and calendar
- Personalized Questionnaire
- Providing analytics of the user
- Reward System: Implement a reward system that recognizes and incentivizes user productivity by awarding badges based on accomplishments and task completion
- Short Breaks: Enhance the drowsiness detection system to provide users with strategically timed short breaks based on their feedback
- In terms of applications, our project can be utilized by students to manage their academic workload and deadlines effectively, as well as by professionals to complete their work tasks and meetings.
Start by cloning the repo
git clone https://github.com/Raya679/WakefulWorkforce.git
Setup the flask server
cd mlmodel
python app.py
Setup the Frontend
cd frontend
npm i
npm start
Setup Backend
cd backend
npm i
nodemon server.js