Spaces:
Sleeping
Sleeping
metadata
title: Car vs Bike Classification
emoji: ποΈποΈ
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
Car vs Bike Classifier
A high-performance, portable image classification system with a premium "Glassmorphism" interface.
π Quick Start
- Double-click
RUN_PROJECT.batin theC:\CNNfolder. - The script will automatically:
- Train the Scikit-learn model (if missing).
- Start the Unified Flask Server.
- Open your browser to: http://localhost:8000
β¨ Features
- Integrated Architecture: Frontend and Backend served by a single Flask process.
- Premium Design: Modern, responsive UI with glassmorphism effects.
- Portable Environment: Includes Python 3.11 with all dependencies pre-installed.
- High Speed: Optimized Scikit-learn model for instant classification.
π€ Hugging Face Space Deployment
This project is optimized for deployment as a Docker Space on Hugging Face.
- Create a new Space on Hugging Face.
- Select Docker as the SDK.
- Push your project files to the Space:
- Make sure
Dockerfile,backend/, andcar_bike_model.pklare included.
- Make sure
- The space will automatically build and deploy the app on port 7860.
Alternatively, use the included assistant for a standard upload (if not using Docker):
- Open a terminal in the project folder.
- Run:
HF_ASSISTANT.bat auth login(you will need your HF Token). - Run:
HF_ASSISTANT.bat upload Afnaan08/CarvsBike .
Created with β€οΈ for AI research and development.