A web application for testing images using the TJSF TensorFlow.js model.
- Modern, responsive UI
- Drag and drop image upload
- Real-time model inference
- Visual feedback during processing
- Install Python dependencies:
pip install -r requirements.txt- Run the Flask server:
python app.py- Open your browser and navigate to:
http://localhost:5000
-
Upload an image by either:
- Dragging and dropping an image onto the upload area
- Clicking the upload area to select a file
-
Preview your image and click "Process Image"
-
View the model's predictions in the results section
- Frontend: HTML5, CSS3, JavaScript
- Backend: Flask
- Model: TensorFlow.js
- Image Processing: Browser-based using TensorFlow.js