An open API service indexing awesome lists of open source software.

https://github.com/kkeshav1101/priority_encoder

A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.
https://github.com/kkeshav1101/priority_encoder

bootstrap css django frontend fullstack-development html5 nlp-machine-learning python randomforestregressor

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)](https://github.com/KKeshav1101/Priority_Encoder/assets/144262889/b582816c-dfd8-4e68-8115-99259fb5fc89)

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