https://github.com/kavehbc/market-forecast
Cryptocurrency & Stocks Exchange Market Forecast (Predictive AI)
https://github.com/kavehbc/market-forecast
cryptocurrency docker price-prediction python stock-market streamlit
Last synced: 2 months ago
JSON representation
Cryptocurrency & Stocks Exchange Market Forecast (Predictive AI)
- Host: GitHub
- URL: https://github.com/kavehbc/market-forecast
- Owner: kavehbc
- License: gpl-3.0
- Created: 2021-05-19T22:50:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T00:34:22.000Z (11 months ago)
- Last Synced: 2025-07-17T00:58:56.170Z (11 months ago)
- Topics: cryptocurrency, docker, price-prediction, python, stock-market, streamlit
- Language: Python
- Homepage:
- Size: 694 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptocurrency & Stock Market 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.
## Demo
You can access the demo version deployed on Streamlit server at:
[https://market-forecast.streamlit.app/](https://market-forecast.streamlit.app/)
## 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](https://hub.docker.com/r/kavehbc/market-forecast), 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](http://127.0.0.1).
## GitHub Repo
This project is open-source, and it is available on GitHub at [https://github.com/kavehbc/market-forecast](https://github.com/kavehbc/market-forecast).
## Usage Tracking
### User Hits/Views
The app usage is tracked using [statcounter.com](https://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.
## Limitations
1. `Recommendation` section is removed since `yfinance` module can not decrypt data.
## Screenshot

## Developer(s)
Kaveh Bakhtiyari - [Website](http://bakhtiyari.com) | [Medium](https://medium.com/@bakhtiyari)
| [LinkedIn](https://www.linkedin.com/in/bakhtiyari) | [GitHub](https://github.com/kavehbc)
## Contribution
Feel free to join the open-source community and contribute to this repository.