Rename yfinance to gradio
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|