ellendan/a-share-demo
0
1. Install dependencies
The latest Demo uses TA-Lib, so you need to install the C/C++ TA-Lib library locally first. To install the C/C++ library, see the official README.
Then, if you are using pipenv, run
pipenv sync
# or
pip installotherwise, run
pip install -r local-requirements.txt2. Run the app
If you want to run the app.py locally, run
pipenv run python app.pyAttention: Your network should be able to access the huggingface website, because we loading the dataset from huggingface. And then accsess the app at http://localhost:7860.
3. Run the nootebook scripts
Recommendation: use your local development IDE for the jupyter notebook files.
Or you can launch a jupyter nootbook web in the terminal, run
pipenv run jupyter lab