CurrencyPrediction usinf Online Machine Learning Models

Pre-requisite

Commmand to install all the required libraries:

pip insall -r requirements.txt



Running Website

Command to run the streamlit app:

streamlit run streamlit-app.py

Command to run the flask app:

python3 app.py