CoolFace
Apppublic

CMacD/AIC_PHASE1_POC

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
.gitignore40 linesDownload Raw Back to root
1venv/2__pycache__/3*.pyc4*.pyo5 6# PyInstaller7build/8dist/9*.spec10 11# Data files — never commit client data12*.xlsx13*.xls14*.csv15 16# Logs / scratch output17_bench_output.txt18benchmark_out.txt19_ml_debug.txt20 21# Installer scripts22*.iss23 24# Docs25*.docx26 27# OS28.DS_Store29Thumbs.db30 31# Streamlit temp runs32aic_*/33 34# Dev/exploration scripts — never commit (may contain local credentials)35model_tester.py36titanic_tester.py37testfile38venv_new/39.vscode/40