Ultra-Enterprise AI-Powered Ethical Footwear Design Platform
Ultra-Enterprise AI-Powered Platform for Ethical, Personalized Footwear Design
- AI trend prediction & biomech optimization
- Sustainable material scoring
- 3D parametric renders & supply chain traceability
- Web dashboard (Flask + Bootstrap)
- Docker support & automated testing
See INSTRUCTIONS.txt for setup steps.
http://127.0.0.1:5000 (run locally)
Fork → Branch → PR welcome!
MIT © 2025
pip install -r requirements.txt
python app.py
## Project Structure
ShoeDesignPro/
├── app.py # Main Flask application
├── requirements.txt # Python dependencies
├── Dockerfile # Docker configuration
├── README.md # This file
├── LICENSE # MIT License
├── .gitignore # Git ignore rules
├── INSTRUCTIONS.txt # Quick start guide
├── .github/
│ └── workflows/
│ └── ci.yml # GitHub Actions CI/CD
├── templates/
│ └── index.html # Web dashboard template
├── static/
│ └── README.md # Note about runtime-generated files
└── tests/
└── test_core.py # Pytest unit tests
Generated files (images, JSON) are created in `/static/` at runtime.
git tag v1.0.0
git push origin v1.0.0