/Crypto_Forcast_Platform

This is a python based cryptocurrency forecast platform which aims to help users predict the possible future values of different coins , using both LSTM( Neural Network) and XGBoost

Primary LanguageJupyter Notebook

HOW TO RUN PROJECT

    cd soligence_flask
    pip install -r requirements.txt
    python app.py
    
    cd soligence_stream
    pip install -r requirements.txt
    streamlit run index.py