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

Rename yfinance to gradio

Browse files
Files changed (2) hide show
  1. gradio +2 -0
  2. yfinance +0 -6
gradio ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio app.py --share
2
+
yfinance DELETED
@@ -1,6 +0,0 @@
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