Overview

The Bitcoin Predicter is a machine learning-based repository designed to forecast Bitcoin prices using historical and real-time data. This tool applies AI techniques to analyze trends, model predictions, and provide insights for cryptocurrency traders and analysts.

Sample Prediction Table

Date Actual Price (USD) Predicted Price (USD) Error (%)
2024-01-01 $29,000 $28,750 0.86%
2024-01-02 $29,500 $29,300 0.68%
2024-01-03 $30,000 $29,980 0.07%

Note: Predictions are based on model training using past data trends.

How it's works ?

The Bitcoin Predicter algorithm is based on a large data (since 2018). With this, the AI can follow trendline, alt seasons, institutions movements and lots of more.

Prediction Chart (in month of 2024)

Technologies Used

Python

Core language for scripting and model implementation.

Pandas & NumPy

Libraries for data manipulation and numeric processing.

Scikit-learn

Used for model selection, training, and evaluation.

Yfinance

Used for fetch all the BTC data (price, date, volume, ect..).

Matplotlib

Visualization tool for graphical representation of predictions.

Cryptocurrency APIs

APIs for accessing real-time and historical Bitcoin data.

Getting Started

To get started with Bitcoin Predicter, clone the repository and install required dependencies:

git clone https://github.com/Creator754915/Bitcoin-Predicter.git
cd Bitcoin-Predicter
pip install -r requirements.txt
python BitcoinDataVisioner.py

After, select the **btc_predic_model.pkl** for load the data of the model, after, enjoy !