Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corvuscodex/lotteryai

LotteryAi is a lottery prediction artificial intelligence that uses machine learning to predict the winning numbers of a lottery.
https://github.com/corvuscodex/lotteryai

ai aritificial-intelligence artificialintelligence betting-prediction bingo bingo-ai bingo-prediction lottery lottery-ai lottery-ai-download lottery-ai-generator lottery-ai-prediction lottery-ai-software lottery-artificial-intelligence lottery-prediction lotteryai lotto lotto-ai lotto-artificial-intelligence lotto-prediction

Last synced: 2 days ago
JSON representation

LotteryAi is a lottery prediction artificial intelligence that uses machine learning to predict the winning numbers of a lottery.

Awesome Lists containing this project

README

        



## LotteryAi

LotteryAi is a lottery prediction artificial intelligence that uses machine learning to predict the winning numbers of a any lottery game.

## If you need powerfull and advanced AI's with GUI, you can get the compiled standalone applications for windows from here:
https://www.buymeacoffee.com/CorvusCodex/e/155047?from_page=extras

---

PowerBall AI with GUI
https://buymeacoffee.com/corvuscodex/e/320434

MegaMillions AI with GUI
https://buymeacoffee.com/corvuscodex/e/325420

## Installation

To install LotteryAi, you will need to have Python 3.x and the following libraries installed:
- numpy
- tensorflow
- keras
- art

You can install these libraries using pip by running the following command:

''pip install numpy tensorflow keras art''

## Usage

To use LotteryAi, you will need to have a data file containing past lottery results. This file should be in a comma-separated format, with each row representing a single draw and the numbers in ascending order, rows are in new line without comma. Dont use white spaces. Last row number must have nothing after last number.

Once you have the data file, you can run the `LotteryAi.py` script to train the model and generate predictions. The script will print the generated ASCII art and the first ten rows of predicted numbers to the console.

If generated dataset is needed you can buy one generated from here
https://www.buymeacoffee.com/CorvusCodex/e/154462

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>POL/ETH/BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

>SOL: FsX3CsTFkRjzne2KiD8gjw3PEW2bYqezKfydAP55BVj7

>Buy me a coffee: https://www.buymeacoffee.com/CorvusCodex

## Buy me some equipment (To develop more powerfull versions and to develop standalone versions for MacOS):
https://www.buymeacoffee.com/corvuscodex/

## Disclaimer

The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.
Please keep in mind that while LotteryAi.py uses advanced machine learning techniques to predict lottery numbers, there is no guarantee that its predictions will be accurate. Lottery results are inherently random and unpredictable, so it is important to use LotteryAi responsibly and not rely solely on its predictions.

## MIT License

Copyright (c) 2025 - CorvusCodex

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.