Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/corvuscodex/simplebitcoinpredictionai

SimBit - Simple Bitcoin Prediction Ai. This Ai Model uses historical Bitcoin price data to predict future prices.
https://github.com/corvuscodex/simplebitcoinpredictionai

ai artificial-inteligence bitcoin bitcoin-ai bitcoin-artificial-intelligence bitcoin-prediction bitcoin-price-prediction bitcoin-price-prediction-ai bitcoin-price-prediction-artificial-inteligence bitcoin-price-prediction-using-neural-networks bitcoin-price-predictor bitcoinai

Last synced: about 2 months ago
JSON representation

SimBit - Simple Bitcoin Prediction Ai. This Ai Model uses historical Bitcoin price data to predict future prices.

Awesome Lists containing this project

README

        



# SimpleBitcoinPredictionAi
SimBit - Simple Bitcoin Prediction Ai. This Ai Model uses historical Bitcoin price data to predict future prices.
The model is trained on data downloaded from Yahoo Finance using the `yfinance` library, and predictions are made using a linear regression Ai model from `sklearn`.

## For people without technical experience you can buy the compiled standalone application for windows from here:
https://www.buymeacoffee.com/CorvusCodex/e/166684

## For people who need Financial Forecast Ai (Stocks,currencies...) buy application for windows from here:
https://www.buymeacoffee.com/CorvusCodex/e/169645

## Installation

Before running the script, you need to install the necessary Python libraries. You can do this with pip:
'''pip install yfinance sklearn'''

## Usage
To run the script, simply navigate to the directory containing the script in your terminal and run:
'''python SimBitAi.py'''

>Support my work:

>BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3

>ETH & BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0

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

## Support my work for month or year so i can continue to work on my projects:
https://www.buymeacoffee.com/corvuscodex/membership

## Buy me some equipment:
https://www.buymeacoffee.com/corvuscodex/wishlist

## 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.

Predicting Bitcoin price is extremely complex and should not be done solely based on historical prices. Factors such as market trends, global economic indicators, and company financials should also be considered. This script is a very basic example and should and will be expanded upon for more accurate predictions. Always consult with a financial advisor before making investment decisions. It is important to use SimBitAi responsibly and not rely solely 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.