View Application 👉 (Here)[https://stocktrends-prediction.streamlit.app/]
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 the virtual environment by running the appropriate command based on your operating system:
env\Scripts\activate
Run the following command to install the dependencies listed in the requirements.txt file:
pip install -r requirements.txt
streamlit run app.py