Welcome to the Cryptocurrency Forecast Project! This project aims to provide forecasts for various cryptocurrencies using machine learning models.
The Cryptocurrency Forecast Project utilizes historical cryptocurrency price data and machine learning techniques to generate forecasts for future price movements. It includes the following components:
Clone the repository:
git clone https://github.com/dtoyoda10/crypto-forcast.git
cd crypto-forcast
Install dependencies:
pip install -r server\requirements.txt
To use the project:
Example usage:
python forecast.py --coin BTC --start_date 2022-01-01 --end_date 2022-12-31
The project requires historical cryptocurrency price data for training the models and generating forecasts. You can obtain this data from various sources such as:
Ensure that the data includes relevant features such as opening price, closing price, volume, etc.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
git checkout -b feature-branch
).git commit -am 'Add new feature'
).git push origin feature-branch
).