Stock prediction/classification (short/mid/long horizon) + Streamlit dashboard.
# Cloning
git clone https://github.com/gunay-ozsoy/FinAnalytics
# Change Directory
cd FinAnalytics
# Install Dependencies
poetry install
# Run the dashboard
poetry run streamlit run app/Home.py