Abhisesh7 commited on
Commit
7df9c0c
·
verified ·
1 Parent(s): 7930473

Create yfinance

Browse files
Files changed (1) hide show
  1. yfinance +6 -0
yfinance ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Create a virtual environment
2
+ python -m venv stock-predictor-env
3
+ source stock-predictor-env/bin/activate # On Windows use `stock-predictor-env\Scripts\activate`
4
+
5
+ # Install required packages
6
+ pip install pandas yfinance scikit-learn tensorflow gradio matplotlib