{"id":23089561,"url":"https://github.com/nullhawk/dps-munich-ai-challenge","last_synced_at":"2026-04-30T19:32:06.899Z","repository":{"id":267610334,"uuid":"901763662","full_name":"nullHawk/dps-munich-ai-challenge","owner":"nullHawk","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-12T13:17:00.000Z","size":13015,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T12:36:05.150Z","etag":null,"topics":["machine-learning","python","sarima","time-series-prediction"],"latest_commit_sha":null,"homepage":"https://dps-munich-ai-challenge.onrender.com/","language":"Jupyter Notebook","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/nullHawk.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}},"created_at":"2024-12-11T09:16:38.000Z","updated_at":"2024-12-12T13:23:44.000Z","dependencies_parsed_at":"2024-12-11T11:27:53.112Z","dependency_job_id":"37d94a0f-209b-4237-b3d7-f3d568c36845","html_url":"https://github.com/nullHawk/dps-munich-ai-challenge","commit_stats":null,"previous_names":["nullhawk/dps-munich-ai-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullHawk/dps-munich-ai-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fdps-munich-ai-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fdps-munich-ai-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fdps-munich-ai-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fdps-munich-ai-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullHawk","download_url":"https://codeload.github.com/nullHawk/dps-munich-ai-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullHawk%2Fdps-munich-ai-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["machine-learning","python","sarima","time-series-prediction"],"created_at":"2024-12-16T20:38:19.044Z","updated_at":"2026-04-30T19:32:06.894Z","avatar_url":"https://github.com/nullHawk.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DPS AI Challenge\n\n\n## Introduction\n\nThis repository contains the code s for the DPS AI Challenge.\n\n**Goal**: Given the Dataset about traffic accidents, You need to predict total number of traffic accidents on the given month of a year.\n\n## Aproach:\n- At first I tried to use LSTM model for Time Sequence Prediction of accidents, but the model failed to predict the number of accidents properly,\n- Used SARIMA model, since the the Time Sequence is Sesional\n\n## Installation\n\nTo get started with the project, clone the repository and install the necessary dependencies:\n\n```bash\ngit clone https://github.com/nullHawk/dps-munich-ai-challenge\ncd dps_ai_challenge\npip install -r requirements.txt\n```\n\n## Usage\n\nTo run the project, use the following command:\n\n```bash\npython app.py\n```\n\nThe application will start running at `http://localhost:8080`\n\n**Using API**\n\nto get a prediction from the API, send a POST request to http://localhost:8080/prediction with the following JSON payload:\n```\n{\n  \"year\": 2024,\n  \"month\": 1\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fdps-munich-ai-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullhawk%2Fdps-munich-ai-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullhawk%2Fdps-munich-ai-challenge/lists"}