{"id":23691046,"url":"https://github.com/kkeshav1101/priority_encoder","last_synced_at":"2026-02-07T17:04:54.605Z","repository":{"id":244657831,"uuid":"745599404","full_name":"KKeshav1101/Priority_Encoder","owner":"KKeshav1101","description":"A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.","archived":false,"fork":false,"pushed_at":"2025-08-31T16:51:47.000Z","size":286,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T18:34:02.403Z","etag":null,"topics":["bootstrap","css","django","frontend","fullstack-development","html5","nlp-machine-learning","python","randomforestregressor"],"latest_commit_sha":null,"homepage":"https://priorities.pythonanywhere.com","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KKeshav1101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-19T17:25:04.000Z","updated_at":"2025-08-31T17:17:34.000Z","dependencies_parsed_at":"2025-02-20T00:34:22.379Z","dependency_job_id":"cdd0e69f-1fe6-465e-a9a8-a793eff228c4","html_url":"https://github.com/KKeshav1101/Priority_Encoder","commit_stats":null,"previous_names":["kkeshav1101/priority_encoder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KKeshav1101/Priority_Encoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKeshav1101%2FPriority_Encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKeshav1101%2FPriority_Encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKeshav1101%2FPriority_Encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKeshav1101%2FPriority_Encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KKeshav1101","download_url":"https://codeload.github.com/KKeshav1101/Priority_Encoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKeshav1101%2FPriority_Encoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29200843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T16:28:23.579Z","status":"ssl_error","status_checked_at":"2026-02-07T16:28:22.566Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","django","frontend","fullstack-development","html5","nlp-machine-learning","python","randomforestregressor"],"created_at":"2024-12-30T02:53:58.744Z","updated_at":"2026-02-07T17:04:54.600Z","avatar_url":"https://github.com/KKeshav1101.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Priority_Encoder\n\u003e A fullstack application mimicking a To-Do App but optimising it to improve productivity by predicting the relative importance of each task.\u003cbr\u003e\n\u003e STATUS : Deployed :)\n\u003cbr\u003e\n\u003ch3\u003eCreators\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/SanjalaR\"\u003eSanjala Ramesh\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/KKeshav1101\"\u003eKeshav Kannan\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\u003ch3\u003eStack used\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003epython- pandas, tensorflow, scikit-learn, Django\u003c/li\u003e\n  \u003cli\u003ehtml, css, javascript, bootstrap\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eWorkflow Diagram\u003c/h3\u003e\n\n![Workflow Diagram (2)](https://github.com/KKeshav1101/Priority_Encoder/assets/144262889/b582816c-dfd8-4e68-8115-99259fb5fc89)\n\n\u003ch3\u003eDataset Schema\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eTask_id : primary_key int \u003c/li\u003e\n  \u003cli\u003eAccount_Name : String \u003c/li\u003e\n  \u003cli\u003eCurrent_datetime : datetime\u003c/li\u003e\n  \u003cli\u003eDue_datetime : datetime\u003c/li\u003e\n  \u003cli\u003eBrief_Description : String\u003c/li\u003e\n  \u003cli\u003eTask_type : Category\u003c/li\u003e\n  \u003cli\u003eHours_left : hrs in decimal (derived)\u003c/li\u003e\n  \u003cli\u003eWeight : int in range(10)(derived)\u003c/li\u003e\n  \u003cli\u003eCompleted : boolean\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eApplications\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eWorkplace : Employer can efficiently assign tasks and ensure time is spent more appropriately on important tasks \u003c/li\u003e\n  \u003cli\u003eAcademia : Can help with students' time management\u003c/li\u003e\n  \u003cli\u003eShould Increase Productivity and improve work life balance because an algorithm helps you decide where to start :) !\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eScope for improvement\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eThe interface can be more friendly\u003c/li\u003e\n  \u003cli\u003eThe dataset can be personalised better\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDrawbacks\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eModel will take time to give personalised predictions\u003c/li\u003e\n  \u003cli\u003eToo many input fields to enter may test your patience\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkeshav1101%2Fpriority_encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkeshav1101%2Fpriority_encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkeshav1101%2Fpriority_encoder/lists"}