Update project structure and configuration

- Enhanced .gitignore to include additional Python-related files.
- Updated docker-compose.yml to version 3.8, added container name, health check, and network configuration.
- Modified Dockerfile to set environment variables, install system dependencies, and add a health check.
- Updated requirements.txt with specific package versions.
- Removed obsolete files related to cloud deployment and experiments.
- Improved EDA notebook with additional data loading and exploration steps.
This commit is contained in:
boladeE
2025-04-25 17:53:04 +01:00
parent 50e95445fb
commit a70c0802ae
34 changed files with 1893065 additions and 1111 deletions
+7 -1
View File
@@ -1 +1,7 @@
.venv/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz