MElhefnawy/streamlit_app
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Stock Predictor UI
A demo for stock predictor app, link
Demo
- showcase add gadget
- cache
- one click deploy
Usage
launch the app
python3 -m streamlit run stock_ui.pyor
streamlit run stock_ui.pylocal setup
- conda env
conda create --name stocker-predictor-ui python=3.10 -y
conda activate stocker-predictor-ui
pip install -r requirements.txt