{"id":22345430,"url":"https://github.com/githubak2002/stock_prediction_website","last_synced_at":"2026-04-09T11:02:40.265Z","repository":{"id":253943337,"uuid":"766067728","full_name":"Githubak2002/Stock_Prediction_Website","owner":"Githubak2002","description":"Full-stack stock prediction web app. Frontend built with React, Tailwind CSS, and clerk for auth. Backend, powered by Python and Flask. ","archived":false,"fork":false,"pushed_at":"2024-03-11T20:10:22.000Z","size":22192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T10:14:13.129Z","etag":null,"topics":["authentication","clerk-auth","flask","javascript","machine-learning","python","reactjs","stockprediction","website-development"],"latest_commit_sha":null,"homepage":"https://photos.app.goo.gl/C5W3i8QakfsWBN6i7","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/Githubak2002.png","metadata":{"files":{"readme":"README.md","changelog":"news_data.py","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}},"created_at":"2024-03-02T08:46:43.000Z","updated_at":"2024-08-20T11:04:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3c9d757-1395-49cd-81d1-46f1f15626b8","html_url":"https://github.com/Githubak2002/Stock_Prediction_Website","commit_stats":null,"previous_names":["githubak2002/stock_prediction_website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Githubak2002/Stock_Prediction_Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FStock_Prediction_Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FStock_Prediction_Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FStock_Prediction_Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FStock_Prediction_Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Githubak2002","download_url":"https://codeload.github.com/Githubak2002/Stock_Prediction_Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Githubak2002%2FStock_Prediction_Website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378965,"owners_count":24240907,"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-08-02T02:00:12.353Z","response_time":74,"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":["authentication","clerk-auth","flask","javascript","machine-learning","python","reactjs","stockprediction","website-development"],"created_at":"2024-12-04T09:17:42.612Z","updated_at":"2025-12-30T21:51:36.174Z","avatar_url":"https://github.com/Githubak2002.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ========================= TODO's ========================= --\u003e\n\n\u003c!-- ======== Backend ========\n\n1. aap.py - predict(5 sec delay) = [Uncomment it]\n2. GOOGLE API NOT PROPER IN CASE OF PREDICE\n\n--\u003e\n\n\u003c!--  ======== Frontend ========\n\n1. Footer\n2. Nav Link - Contack,stock and About pg\n\n--\u003e\n\u003c!-- ========================= TODO's ========================= --\u003e\n\n\u003c!-- # Stock Data Visualization and Prediction API\n\n## Overview\n\nThis API provides endpoints for visualizing stock data, comparing stock performances, and predicting future stock prices. It's built using Flask and supports CORS, making it suitable for integration with web applications.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.x\n- Flask\n- Flask-CORS\n\n### Installation\n\n1. Clone the repository or download the source code.\n2. Install the required Python packages:\n\nshow the graph , which will have output like\nThis endpoint will have one input stock name\n{\n\"2024-02-01\": \"100.00\",\n\"2024-02-02\": \"102.50\",\n\"2024-02-03\": \"105.20\",\n\"2024-02-04\": \"108.00\",\n\"2024-02-05\": \"109.75\",\n....\n}\n\ngraph comaparison\nthis endpoint will have two input stock_name1, stock_name2\n{\n\"stock_name1\": {\n\"2024-02-01\": \"100.00\",\n\"2024-02-02\": \"102.50\",\n\"2024-02-03\": \"105.20\",\n\"2024-02-04\": \"108.00\",\n\"2024-02-05\": \"109.75\"\n},\n\"stock_name2\": {\n\"2024-02-01\": \"1500.00\",\n\"2024-02-02\": \"1510.00\",\n\"2024-02-03\": \"1520.00\",\n\"2024-02-04\": \"1530.00\",\n\"2024-02-05\": \"1550.00\"\n}\n}\n\ngraphs stock prediction\nthis endpoint will have an input which is no of days to predict and stock name .\nthe output will be\n{\n\"past_data\": {\n\"2024-02-01\": \"100.00\",\n\"2024-02-02\": \"102.50\",\n\"2024-02-03\": \"105.20\",\n\"2024-02-04\": \"108.00\",\n\"2024-02-05\": \"109.75\"\n},\n\"future_data\": {\n\"2024-02-06\": \"112.30\",\n\"2024-02-07\": \"115.00\",\n\"2024-02-08\": \"117.50\"\n}\n} --\u003e\n\nFull stack stook predection app using \n- Python\n- Flask\n- React js [Frontend]\n- Tailwind CSS\n- Cleark [For auth]\n- Email js ....\n\n# Full Video - link with screen shots\nhttps://photos.app.goo.gl/C5W3i8QakfsWBN6i7\n\n# Screen Shots\n\u003cimg width=\"1101\" alt=\"Landing Pg\" src=\"https://github.com/Githubak2002/Stock_Prediction_Website/assets/109411443/c2095211-2a21-4082-b912-76647d7dd336\"\u003e\n\n\u003cimg width=\"1102\" alt=\"Stock real time Graph \" src=\"https://github.com/Githubak2002/Stock_Prediction_Website/assets/109411443/09cb5080-03fe-4da0-9fdd-eb3e6ab260b5\"\u003e\n\n\u003cimg width=\"1100\" alt=\"Compare two stocks real time\" src=\"https://github.com/Githubak2002/Stock_Prediction_Website/assets/109411443/2aaeaa3e-50d0-4702-983b-97ea6dd7fab6\"\u003e\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubak2002%2Fstock_prediction_website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubak2002%2Fstock_prediction_website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubak2002%2Fstock_prediction_website/lists"}