Skip to content

KavinduUoM20/ml-stock-trend-prediction-lstm

Repository files navigation

Stock Trend Prediction - LSTM

View Application 👉 (Here)[https://stocktrends-prediction.streamlit.app/]

Create a Virtual Environment

First, create a virtual environment using venv or virtualenv. Navigate to the directory where you want to create the environment and run:

python -m venv env

Activate Virtual Environment

Activate the virtual environment by running the appropriate command based on your operating system:

env\Scripts\activate

Install Dependencies

Run the following command to install the dependencies listed in the requirements.txt file:

pip install -r requirements.txt

Run the App.py

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published