CoolFace
Apppublic

MElhefnawy/streamlit_app

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
App README

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.py

or

streamlit run stock_ui.py

local setup

  1. 1.conda env
    conda create --name stocker-predictor-ui python=3.10 -y
    conda activate stocker-predictor-ui
    pip install -r requirements.txt