Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nayakwadis/forecasting_cryptocurrency_inr
⚡ This Project shows forecasting of Cryptocurrencies in Indian Rupees.
https://github.com/nayakwadis/forecasting_cryptocurrency_inr
bitcoin crypto cryptocurrency ethereum forecasting inr litcoin mftool prediction python rupee
Last synced: 28 days ago
JSON representation
⚡ This Project shows forecasting of Cryptocurrencies in Indian Rupees.
- Host: GitHub
- URL: https://github.com/nayakwadis/forecasting_cryptocurrency_inr
- Owner: NayakwadiS
- License: mit
- Created: 2021-10-26T05:18:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T05:54:27.000Z (almost 2 years ago)
- Last Synced: 2024-01-30T15:24:09.976Z (10 months ago)
- Topics: bitcoin, crypto, cryptocurrency, ethereum, forecasting, inr, litcoin, mftool, prediction, python, rupee
- Language: Python
- Homepage:
- Size: 192 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Forcasting Cryptocurrency in INR
=====================This Project shows forecasting of Cryptocurrencies in Indian Rupees.
![Python](https://img.shields.io/badge/Python-v3.8%2B-blue.svg)
![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)
![License](https://img.shields.io/pypi/l/selenium-wire.svg)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-INRInstallation
=============
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 result5. Expand the chart to view exact predicted values for next 12hrs\
x-axis -> Trend, Predicted\
y-axis -> Crypto in INRDisclaimer
================
This project gives an idea about Crypto forecasting and should not be considered as investment advice.To Do
================
Addition of more algorithms.