Skip to content

A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.

License

Notifications You must be signed in to change notification settings

KKeshav1101/Priority_Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Priority_Encoder

A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.
STATUS : Fully Functional Application now !!! Front-End Improvements incoming


Creators


Stack used

  • python- pandas, tensorflow, scikit-learn, Django
  • html, css, javascript, bootstrap

Workflow Diagram

Workflow Diagram (2)

Dataset Schema

  • Task_id : primary_key int
  • Account_Name : String
  • Current_datetime : datetime
  • Due_datetime : datetime
  • Brief_Description : String
  • Task_type : Category
  • Hours_left : hrs in decimal (derived)
  • Weight : int in range(10)(derived)
  • Completed : boolean

Applications

  • Workplace : Employer can efficiently assign tasks and ensure time is spent more appropriately on important tasks
  • Academia : Can help with students' time management
  • Should Increase Productivity and improve work life balance because an algorithm helps you decide where to start :) !

Scope for improvement

  • The interface can be more friendly
  • The dataset can be personalised better

Drawbacks

  • Model will take time to give personalised predictions
  • Too many input fields to enter may test your patience

About

A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published