https://github.com/colesmcintosh/crypto-predictor-app
Get price predictions for your favorite cryptocurrency! Prices from January of 2015 till today's date are pulled using the Yahoo finance API, tables and graphs of the retrieved data are created. Using machine learning, a future predication of that data is created and subsequent tables and graphs are created for the predication model. Created with Streamlit.
https://github.com/colesmcintosh/crypto-predictor-app
cryptocurrency machine-learning python streamlit
Last synced: about 1 month ago
JSON representation
Get price predictions for your favorite cryptocurrency! Prices from January of 2015 till today's date are pulled using the Yahoo finance API, tables and graphs of the retrieved data are created. Using machine learning, a future predication of that data is created and subsequent tables and graphs are created for the predication model. Created with Streamlit.
- Host: GitHub
- URL: https://github.com/colesmcintosh/crypto-predictor-app
- Owner: colesmcintosh
- Created: 2022-03-19T18:59:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T21:40:52.000Z (about 4 years ago)
- Last Synced: 2024-04-18T14:33:16.027Z (about 2 years ago)
- Topics: cryptocurrency, machine-learning, python, streamlit
- Language: Python
- Homepage: https://share.streamlit.io/colesmcintosh/crypto-predictor-app/main.py
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Price Predication App
> Get price predictions for your favorite cryptocurrency! Prices from January of 2015 till today's date are pulled using the Yahoo finance API, tables and graphs of the retrieved data are created. Using machine learning, a future predication of that data is created and subsequent tables and graphs are created for the predication model. Created with Streamlit.