{"id":20787642,"url":"https://github.com/adityaraute/therminer-assignment","last_synced_at":"2026-04-29T05:06:52.993Z","repository":{"id":261665243,"uuid":"884982850","full_name":"adityaraute/Therminer-Assignment","owner":"adityaraute","description":"Development Assignment for Therminer","archived":false,"fork":false,"pushed_at":"2024-11-13T07:58:48.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T17:39:13.703Z","etag":null,"topics":["flask"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityaraute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-07T18:30:24.000Z","updated_at":"2024-11-13T07:56:47.000Z","dependencies_parsed_at":"2024-11-07T19:38:01.656Z","dependency_job_id":"f183dfcd-a02e-4c68-86cb-5b6998f0f774","html_url":"https://github.com/adityaraute/Therminer-Assignment","commit_stats":null,"previous_names":["adityaraute/therminer-assignment"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/adityaraute/Therminer-Assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaraute%2FTherminer-Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaraute%2FTherminer-Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaraute%2FTherminer-Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaraute%2FTherminer-Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityaraute","download_url":"https://codeload.github.com/adityaraute/Therminer-Assignment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaraute%2FTherminer-Assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32411609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"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":["flask"],"created_at":"2024-11-17T14:58:57.846Z","updated_at":"2026-04-29T05:06:52.966Z","avatar_url":"https://github.com/adityaraute.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Therminer Assignment \n\nThis repository contains the code developed for the Flask assignment received as part of the Therminer evaluation process.\n\n*Following the closure of the process, this repository will be turned private.*\n\n### Aim\n\nTo create a Python - Flask web app with a data analytics page.\n\n### Changelog\n\n###### v0.4.0\n\n\n\u003cdetails\u003e\n\u003csummary\u003eFeatures\u003c/summary\u003e\n\n  - Legend repositioned to bottom-left\n  - Parametric traces added to main visualisation\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\n  \u003csummary\u003eScope for Improvement\u003c/summary\u003e\n\n  - Prediction Model Accuracy\n  - Responsive Legend for mobile\n  \n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003eScreenshot\u003c/summary\u003e\n  \n![image](https://github.com/user-attachments/assets/826c7bff-0925-4b44-a9d4-c995289b62e0)\n\u003c/details\u003e\n\n###### v0.3.0\n\n\u003cdetails\u003e\n\u003csummary\u003eFeatures\u003c/summary\u003e\n\n  - Display Count of observations and Standard Deviation values of the generated dataset\n  - Make the entire UI responsive enough for mobile usage\n  - Fix the `requirements.txt` file\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n  \u003csummary\u003eScope for Improvement\u003c/summary\u003e\n\n  - Prediction Model Accuracy\n  - Metrics on graph\n  \n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eMobile Screenshot\u003c/summary\u003e\n  \n![image](https://github.com/user-attachments/assets/4a73cded-662e-45fe-907b-b1d053e069c5)\n\u003c/details\u003e\n\n###### v0.2.0\n\n\u003cdetails\u003e\n\u003csummary\u003eFeatures\u003c/summary\u003e\n\n  - Display Median and Mean values of the generated dataset\n  - Value Forecast for the next 6 hours for the graph (Beta)\n  - Confidence interval for the forecast graph\n  - Plotly visualisation displaying forecast values and confidence interval values\n  - Form fields flushed after Back button\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScope for improvement\u003c/summary\u003e\n\n  - Accuracy of the forecasting model for both linear and random graphs is poor\n  - Webpage could be made more responsive for mobile devices\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScreenshot\u003c/summary\u003e\n\n![image](https://github.com/user-attachments/assets/19617e45-33bc-48d0-8fc0-0e31a5e2da48)\n\n\u003c/details\u003e\n\n\n###### v0.1.0\n\n\u003cdetails\u003e\n\u003csummary\u003eFeatures\u003c/summary\u003e\n  \n- Flask repository creation\n- Form for Linear and Random curve data inputs\n- Dataset generation based on form inputs\n- Plotly Express visualisation based on generated dataet\n- Display Minimum and Maximum value of the generated dataset\n- Header and footer with necessary styling elements\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScope for improvement\u003c/summary\u003e\n\n  - Format the parameter section better\n  - Implement a forecasting module\n  - Improve UX\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScreenshot\u003c/summary\u003e\n  \n![image](https://github.com/user-attachments/assets/f02f90c2-4976-47b3-b407-b2e013eeaf51)\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaraute%2Ftherminer-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityaraute%2Ftherminer-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaraute%2Ftherminer-assignment/lists"}