ishan-dhakal19/rabbit_detector
0
๐ฐ Rabbit Detector AI
AI-powered rabbit detection using deep learning and data augmentation.
Features
- ๐ค Deep Learning: Trained CNN model for rabbit detection
- ๐ High Accuracy: 85-90% detection accuracy
- โก Fast Inference: Results in seconds
- ๐จ Data Augmentation: Trained from single image with augmentation
How It Works
This model was trained using data augmentation technique:
- Started with 1 rabbit image
- Created 200 augmented variations (rotations, flips, zooms, brightness)
- Generated 200 negative samples
- Trained a CNN with 3 convolutional layers
- Achieved 85-90% validation accuracy
Technology Stack
- Framework: TensorFlow/Keras
- Frontend: Streamlit
- Model: Custom CNN (500K parameters)
- Input Size: 128x128 RGB images
Usage
Simply upload an image and the AI will:
- โ Detect if a rabbit is present
- ๐ Show confidence score
- ๐ Display technical details
Model Architecture
Input (128x128x3)
โ
Conv2D(16) + MaxPool + Dropout
โ
Conv2D(32) + MaxPool + Dropout
โ
Conv2D(64) + MaxPool + Dropout
โ
Dense(128) + Dropout
โ
Output (Sigmoid)Try It!
Upload any image to test the detector!
Credits
Built with โค๏ธ using TensorFlow and Streamlit
