modify: cleanup project structure and docs

This commit is contained in:
2025-11-02 08:40:28 +08:00
parent a5e3c4c1da
commit 5825cf81b7
19 changed files with 1903 additions and 1125 deletions

26
environment.yml Normal file
View File

@@ -0,0 +1,26 @@
name: trafficsa
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- streamlit>=1.20
- pandas>=1.3
- numpy>=1.21
- matplotlib>=3.4
- plotly>=5
- scikit-learn>=1.0
- statsmodels>=0.13
- scipy>=1.7
- pyarrow>=7
- python-dateutil>=2.8.2
- pytz>=2021.3
- openpyxl>=3.0.9
- xlrd>=2.0.1
- cryptography>=3.4.7
- requests
- pip:
- streamlit-autorefresh>=0.1.5
- openai>=2.0.0
- jieba>=0.42.1