Prediction ML app for crypto and Forex exchanges. (9 assets x 3 time-frames)
418
Pull the Images
First, pull the images from Docker Hub using their respective tags: Pull the Flask API image:
docker pull keneandita/crypto-price-predictor:flask-app
Pull the Streamlit UI image:
docker pull keneandita/crypto-price-predictor:streamlit-ui
Run the Containers
Run the Flask API The Flask backend exposes port 5000. Run it with the following command:
docker run -p 5000:5000 --name crypto-flask keneandita/crypto-price-predictor:flask-app
The API will be accessible at: http://localhost:5000
Run the Streamlit UI The Streamlit frontend exposes port 8501. Run it with the following command:
docker run -p 8501:8501 --name crypto-streamlit keneandita/crypto-price-predictor:streamlit-ui
The UI will be accessible at: http://localhost:8501
Content type
Image
Digest
sha256:03e3b92ce…
Size
1.4 GB
Last updated
6 months ago
docker pull keneandita/crypto-price-predictor:flask-app