A comprehensive car management system with multiple platform support.
-
src/ - .NET backend application (Clean Architecture)
- Application Layer
- Domain Layer
- Infrastructure Layer
- Persistence Layer
- WebAPI
-
ML/ - Machine Learning components
- Python-based ML models and services
-
mobile/ - Flutter mobile application
- Cross-platform mobile app
-
ClientApp/ - Web client application
- .NET SDK 8.0 or later
- Python 3.8+
- Flutter SDK
- Node.js (for ClientApp)
cd src
dotnet restore
dotnet buildcd ML
pip install -r requirements.txt
python main.pycd mobile
flutter pub get
flutter runContributions are welcome! Please feel free to submit a Pull Request.
See LICENSE file for details.