RiskMaster is an intelligent platform designed for individual investors to assess financial and cryptocurrency market risks. It combines historical trend analysis, predictive Fischer AI (LSTM + Dense), and scenario simulations to provide actionable insights for smarter investment decisions.
pip install -r requirements.txt
docker run -d --name postgres-latest-riskmaster maskfischer7/postgres-latest-riskmaster:1.0
- Change the img_path column in public.investments table
- Create .env file (check env_loader.py)
bash scripts/run-local.sh
Create folder data_sets in the fischerAI/
- Gold - https://www.kaggle.com/datasets/sid321axn/gold-price-prediction-dataset
- Bitcoin - https://www.kaggle.com/datasets/mczielinski/bitcoin-historical-data
- Silver - https://www.kaggle.com/datasets/balabaskar/silver-prices-1968-2021
- Ethereum - https://www.kaggle.com/datasets/varpit94/ethereum-data
- DogeCoin - https://www.kaggle.com/datasets/dhruvildave/dogecoin-historical-data
Maks Szyło maksymilian.fischer7@gmail.com