Skip to content

X-leaf7/crypto-price-prediction

Repository files navigation

Cryptocurrency Forecast (Predictive AI)

Like many, I used to track Crypto and Stock progress either for investment or curiosity. There are numerous amount of recommendations from financial advisors, traders, investors, business analysts, brokers and so on available on Internet, and interestingly, sometimes, there are contradicting each other.

This is a fun open-source project in streamlit using Facebook Prophet and Neural Prophet to analyze and forecast Stock and Crypto-currency market based on their historical price only. The data is extracted from Yahoo! Finance using the yfinance library.

Warning: This tool neither recommends nor guarantees the performance of the given symbol. Use this tool and its forecasts at your own risk.

Run

In order to run this tool, you must have Streamlit installed on your machine/environment:

streamlit run app.py

Run on Docker

This application is available on Docker Hub, and it can be run directly using:

docker run -p 80:8501 kavehbc/market-forecast

Once you run it, you can open it in your browser on http://127.0.0.1.

User Hits/Views

The app usage is tracked using statcounter.com, and it does not contain any personal information. The file containing the script is located at injection\statcounter.html.

Injection functions are managed inside libs\injection.py.

Searched Tickers/Symbols

The searched tickers are stored in db\popular.json file. The functions related to the data storage and retrieval are managed inside libs\db.py.

This database is stored where the app is hosted, and it does not transmit these data elsewhere automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published