This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
AI
/
VehicleClassification
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
d68ab40b9c
Branches
Tags
master
VehicleClass...
/
startpy.bat
startpy.bat
97 B
Historique
Raw
1
2
3
4
5
@echo off
ping -n 1 127.0.0.1
cd classify-ai-backend
start /b python .\main.py >> py.log 2>&1 &