babi / yfinance
Abhisesh7's picture
Create yfinance
7df9c0c verified
raw
history blame
262 Bytes
# Create a virtual environment
python -m venv stock-predictor-env
source stock-predictor-env/bin/activate # On Windows use `stock-predictor-env\Scripts\activate`
# Install required packages
pip install pandas yfinance scikit-learn tensorflow gradio matplotlib