FujiwaraChoki / CoinWizard

ML Crypto-Price Prediction Model using NASDAQ API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinWizard

Demo 1 Demo 2

Predict the prices of certain cryptocurrencies by training a PyTorch Model on the history data from the NASDAQ API.

Important: This code trains an RNN-Model, so it will take some time to train the model. The model will be saved in the Backend directory and will be loaded on the next start of the application.

Installation

  1. Clone the repository
git clone https://github.com/fujiwarachoki/CoinWizard.git
  1. CD into the directory
cd CoinWizard
  1. Continue with Usage.

Usage

  1. Get API Key from https://data.nasdaq.com and write it to the file key in the Backend Directory.

  2. Run Start Script

python3 start.py

This will install all the dependencies and start the frontend as well as the backend of the application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Authors

About

ML Crypto-Price Prediction Model using NASDAQ API.

License:MIT License


Languages

Language:Python 52.6%Language:HTML 30.6%Language:JavaScript 16.7%