Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corvuscodex/kenoai
KenoAi is a keno prediction artificial intelligence that uses machine learning to predict numbers of next draw in kino games.
https://github.com/corvuscodex/kenoai
ai ai-predictions artificial-intelligence-prediction artificialintelligence keno keno-ai keno-artifictial-intelligence kenoai kino prediction predictionai
Last synced: about 1 month ago
JSON representation
KenoAi is a keno prediction artificial intelligence that uses machine learning to predict numbers of next draw in kino games.
- Host: GitHub
- URL: https://github.com/corvuscodex/kenoai
- Owner: CorvusCodex
- License: mit
- Created: 2023-09-09T11:12:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T11:35:16.000Z (over 1 year ago)
- Last Synced: 2024-01-28T03:08:14.760Z (11 months ago)
- Topics: ai, ai-predictions, artificial-intelligence-prediction, artificialintelligence, keno, keno-ai, keno-artifictial-intelligence, kenoai, kino, prediction, predictionai
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KenoAi
KenoAi is a keno prediction artificial intelligence that uses machine learning to predict numbers of next draw in kino games.## For people without technical experience you can buy the compiled standalone application for windows from here:
https://www.buymeacoffee.com/CorvusCodex/e/166132## Installation
To install KenoAi, you will need to have Python 3.x and the following libraries installed:
- numpy
- tensorflow
- keras
- artYou can install these libraries using pip by running the following command:
'''pip install numpy tensorflow keras art'''
## Usage
To use KenoAi, you will need to have a data (data.txt) file containing past keno results. This file should be in a comma-separated format, with each row representing a single draw and the numbers in descending 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 `KenoAi` script to train the model and generate predictions. The script will print the generated next draw with 20 numbers to the console.
>Support my work:
>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3
>ETH & BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0
>Buy me a coffee: 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 KenoAi.py uses advanced machine learning techniques to predict keno draw numbers, there is no guarantee that its predictions will be ever accurate. Keno results are inherently random and unpredictable, so it is important to use KenoAi responsibly and not rely on its predictions.MIT License
Copyright (c) 2023 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.