Views
No views yet
pip install -r requirements.txtskyfusion_detector.pth is in the root directorypython app.pyhttp://localhost:5000project/
├── app.py # Flask backend application
├── templates/
│ └── index.html # Frontend interface
├── skyfusion_detector.pth # Trained PyTorch model
├── requirements.txt # Python dependencies
├── uploads/ # Temporary upload directory
└── README.md # This fileskyfusion_detector.pth is in the correct directoryapp.pytemplates/index.htmlapp.py