{"id":27979376,"url":"https://github.com/ishanoshada/lottery-predict","last_synced_at":"2026-04-28T18:03:17.724Z","repository":{"id":291826315,"uuid":"978912809","full_name":"Ishanoshada/Lottery-Predict","owner":"Ishanoshada","description":"Predict lottery numbers with this Flask-powered web app! Upload Excel data, get real-time analysis, and see animated predictions. Try it now! 🎰","archived":false,"fork":false,"pushed_at":"2025-05-06T18:21:29.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T02:52:40.129Z","etag":null,"topics":["data-analysis","flask","lottery","lottery-prediction","machine-learning","prediction","prediction-model","predictor","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ishanoshada.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,"zenodo":null}},"created_at":"2025-05-06T17:43:04.000Z","updated_at":"2025-05-07T15:49:56.000Z","dependencies_parsed_at":"2025-05-06T18:47:26.485Z","dependency_job_id":"28792ca4-bd31-4040-95d0-6e705b06a28c","html_url":"https://github.com/Ishanoshada/Lottery-Predict","commit_stats":null,"previous_names":["ishanoshada/lottery-predict"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ishanoshada%2FLottery-Predict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ishanoshada%2FLottery-Predict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ishanoshada%2FLottery-Predict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ishanoshada%2FLottery-Predict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ishanoshada","download_url":"https://codeload.github.com/Ishanoshada/Lottery-Predict/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252989963,"owners_count":21836667,"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","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":["data-analysis","flask","lottery","lottery-prediction","machine-learning","prediction","prediction-model","predictor","python"],"created_at":"2025-05-08T02:52:38.306Z","updated_at":"2026-04-28T18:03:17.719Z","avatar_url":"https://github.com/Ishanoshada.png","language":"Python","funding_links":["https://buymeacoffee.com/ishanoshada"],"categories":[],"sub_categories":[],"readme":"\n# 🎰 Lottery-Predict: Your Ticket to Winning Big! 🎉\n\n\nWelcome to **Lottery-Predict**, the ultimate web app that turns your lottery dreams into reality! Upload your past lottery data, and let our intelligent algorithms predict your next winning numbers with style and precision. Ready to strike it lucky? 🍀\n\n![bnr](https://github.com/user-attachments/assets/514e462d-d465-4d4d-823f-18b92ff11dcb)\n\n## Give us a ⭐️ if you find this project helpful!  \n\nIf you like this project, please consider giving it a star ⭐️ on GitHub. Your support motivates me to keep improving it!  \n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://buymeacoffee.com/ishanoshada\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" alt=\"Buy Me a Coffee\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## 🌟 What is Lottery-Predict?\n\nLottery-Predict is a modern web application built with Flask, designed to analyze historical lottery data from Excel files and forecast future numbers using machine learning magic. With a stunning interface, real-time analysis, and animated predictions, this tool makes lottery prediction both fun and insightful!\n\n---\n\n## 🚀 Features That Shine\n\n- **📊 Easy Excel Upload**: Drag and drop your `.xlsx` file with past lottery draws.\n- **⚡ Real-Time Insights**: Watch the analysis unfold live with Server-Sent Events.\n- **🎲 Animated Predictions**: See your predicted numbers pop up in glowing \"lucky balls\".\n- **📥 Sample File Included**: Download a sample file to get started instantly.\n- **📱 Responsive Design**: Looks amazing on both desktop and mobile devices.\n\n---\n\n## 🛠️ Installation Guide\n\nGet up and running in just a few steps!\n\n### Prerequisites\n- Python 3.8 or higher 🐍\n- pip (Python package manager)\n\n### Steps to Success\n1. **Clone the Repo**\n   ```bash\n   git clone https://github.com/Ishanoshada/Lottery-Predict.git\n   cd Lottery-Predict\n   ```\n\n2. **Install Dependencies**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Set Up the Sample File**\n   - Make sure `api/static/previous_data.xlsx` is ready (download it from the app or create it manually).\n   - Sample format:\n     ```\n     Date       | Num1 | Num2 | Num3 | Num4 | Num5 | Num6 | Bonus\n     2025-May-30| 37   | 51   | 79   |      |      |      | E\n     2025-May-09| 25   | 72   | 77   |      |      |      | Q\n     2025-May-22| 42   | 71   | 73   |      |      |      | Q\n     ...\n     ```\n\n4. **Launch the App**\n   ```bash\n   python api/app.py\n   ```\n   - Open `http://localhost:5000` in your browser and start predicting! 🎯\n\n---\n\n## 🎮 How to Use Lottery-Predict\n\n1. **Upload Your Data**\n   - Drag and drop your `.xlsx` file into the upload area or click to browse.\n   - Need a template? Click \"Sample File Download\" to grab a ready-made file.\n\n2. **Analyze \u0026 Predict**\n   - Hit the \"Analyze \u0026 Predict\" button to kick off the magic.\n   - Watch the live updates and see your predicted numbers appear in glowing balls!\n\n3. **Check the Sample Data**\n   - Click \"Show Sample Data\" to see the expected Excel format and get inspired.\n\n---\n\n## 📋 File Format Requirements\n\nYour Excel file should follow this structure:\n- **Date**: `YYYY-MMM-DD` (e.g., `2025-May-30`)\n- **Num1 to Num6**: Lottery numbers (up to 6 columns; empty cells are fine)\n- **Bonus**: Single letter (optional, e.g., `E`, `Q`)\n- File type: `.xlsx`\n\n---\n\n## 🤝 Contribute to the Magic\n\nWe’d love your help to make Lottery-Predict even better! Here’s how to contribute:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-amazing-idea`).\n3. Commit your changes (`git commit -m \"Add a cool feature\"`).\n4. Push to the branch (`git push origin feature-amazing-idea`).\n5. Open a Pull Request with a clear description of your changes.\n\nPlease follow the existing code style and add tests where possible.\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🙌 Acknowledgments\n\n- A big shoutout to [Ishanoshada](https://github.com/Ishanoshada/) for crafting this awesome project! 👏\n- Powered by Flask, pandas, and scikit-learn.\n- Thanks to Font Awesome for the cool icons and the open-source community for endless inspiration.\n\n---\n\n## 📬 Get in Touch\n\nGot questions or ideas? Open an issue on GitHub or reach out to the maintainer at [ic31908@gmail.com](mailto:ic31908@gmail.com).\n\nLet’s predict those winning numbers together! 💰\n\n![Views](https://dynamic-repo-badges.vercel.app/svg/count/6/Repository%20Views/lottery-predict)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanoshada%2Flottery-predict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishanoshada%2Flottery-predict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanoshada%2Flottery-predict/lists"}