agent2/README.md
CounterFire2023 c21de6bdda code init
2024-12-11 11:45:06 +08:00

187 B

conda env create -f env/agent2.yaml
# conda create -n agent2 python

conda activate agent2

pip install -r env/requirements.txt

python app.py

streamlit run streamlit_app.py