Skip to content

⚡ This Project shows forecasting of Cryptocurrencies in Indian Rupees.

License

Notifications You must be signed in to change notification settings

NayakwadiS/Forecasting_Cryptocurrency_INR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forcasting Cryptocurrency in INR

This Project shows forecasting of Cryptocurrencies in Indian Rupees.

Python Dependencies License

Introduction

  • Project performs forecasting by using different Time Series algorithms.
  • Performs Next 12 hours forecasting on live crypto data.
  • Supported Cryptocurrencies - BTC-INR, ETH-INR, LTC-INR, BNB-INR, DOGE-INR, USDC-INR

Installation

Clone this repository and install the requirements.

Steps to Run Web App

  1. Direct to cloned repository path and Run main.py
  2. Navigate to http://localhost:5000/
  3. Select Cryptocurrency, Algorithm and click View
  4. wait a minute to get result

  1. Expand the chart to view exact predicted values for next 12hrs
    x-axis -> Trend, Predicted
    y-axis -> Crypto in INR

Disclaimer

This project gives an idea about Crypto forecasting and should not be considered as investment advice.

To Do

Addition of more algorithms.