{"id":22396721,"url":"https://github.com/jagtaprathmesh19/Housing-Price-Prediction-ML-Project","last_synced_at":"2025-07-31T12:31:11.287Z","repository":{"id":41522469,"uuid":"502699461","full_name":"jagtaprathmesh19/Housing-Price-Prediction-ML-Project","owner":"jagtaprathmesh19","description":"End to end machine learning project under the guidance of Ineuron, ","archived":false,"fork":false,"pushed_at":"2022-12-29T14:56:47.000Z","size":23472,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T19:34:02.865Z","etag":null,"topics":["docker","flask","flask-application","html-css-javascript","machine-learning","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jagtaprathmesh19.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}},"created_at":"2022-06-12T18:41:45.000Z","updated_at":"2023-01-23T18:42:07.000Z","dependencies_parsed_at":"2023-01-31T09:15:26.968Z","dependency_job_id":null,"html_url":"https://github.com/jagtaprathmesh19/Housing-Price-Prediction-ML-Project","commit_stats":null,"previous_names":["jagtaprathmesh19/housing-price-prediction-ml-project","prathmesh-jagtap/housing-price-prediction-ml-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jagtaprathmesh19/Housing-Price-Prediction-ML-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagtaprathmesh19%2FHousing-Price-Prediction-ML-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagtaprathmesh19%2FHousing-Price-Prediction-ML-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagtaprathmesh19%2FHousing-Price-Prediction-ML-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagtaprathmesh19%2FHousing-Price-Prediction-ML-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jagtaprathmesh19","download_url":"https://codeload.github.com/jagtaprathmesh19/Housing-Price-Prediction-ML-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagtaprathmesh19%2FHousing-Price-Prediction-ML-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268039854,"owners_count":24185809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","flask","flask-application","html-css-javascript","machine-learning","python"],"created_at":"2024-12-05T06:09:09.954Z","updated_at":"2025-07-31T12:31:10.986Z","avatar_url":"https://github.com/jagtaprathmesh19.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Machine-Learning-Project\n\nMachine Learning Deploy link:\n[Housing Price Predictor](https://ml-regressor-app.herokuapp.com/)\n\n### Creating conda Environment\n\n```\nconda create -p venv python==3.7 -y\n```\n\n```\nconda activate venv\n```\n\n```\npip install -r requirements.txt\n```\n\nNow to Add files from terminal use:\n\n```\ngit add .\n```\n\nor\n\n```\ngit add \u003cfile name\u003e\n```\n\nTo check all versions maintained by git\n\n```\ngit log\n```\n\nTo create or update version/commit all changes by git\n\n```\ngit commit -m \"\u003cmessage\u003e\"\n```\n\nTo send or save verison/changes to GitHub\n\n```\ngit push origin main or git push\n```\n\nTo check remote url\n\n```\ngit remote -u\n```\n\nTo setup CI/CD pipeline in heroku we need 3 information\n\n1. HEROKU_EMAIL = \u003c jagtaprathmesh19@gmail.com \u003e\n2. HEROKU_API_KEY = \u003c\u003e\n3. HEROKU_APP_NAME =\n\nBuild Docker Image\n\n```\ndocker build -t \u003cimage_name\u003e:\u003ctagname\u003e .\n```\n\n\u003e Note: Image name for docker must be lowercas\n\nTo list out docker images\n\n```\ndocker images\n```\n\nRun docker image\n\n```\ndocker run -p 5000:5000 -e PORT=5000 187e678ae51c\n```\n\nTo check running container in docker\n\n```\ndocker ps\n```\n\nTos stop docker conatiner\n\n```\ndocker stop \u003ccontainer_id\u003e\n```\n\n```\npython setup.py install\n```\n\nInstall ipykernel\n\n```\npip install ipykernel\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagtaprathmesh19%2FHousing-Price-Prediction-ML-Project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagtaprathmesh19%2FHousing-Price-Prediction-ML-Project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagtaprathmesh19%2FHousing-Price-Prediction-ML-Project/lists"}