Customizing image datasets through Deep Reinforcement Learning Techniques
Upload 10 images, get 100-200 similar images automatically using AI-powered object detection and image scraping.
-
Install dependencies:
npm install
-
Start the app:
npm run dev
-
Open browser: Navigate to http://localhost:3025
-
Upload images and get results!
Upload 5 images of black dogs → Get 200 similar black dog images automatically!
- 🖼️ Image Upload: Drag & drop up to 10 images
- 🤖 Object Detection: Automatically detects objects in images
- 🌐 Smart Scraping: Searches for relevant similar images
- 📊 Real-time Progress: Track processing status
- 🎨 Gallery View: Browse all scraped images
- Next.js 15, React 19, TypeScript
- Image scraping from multiple sources
- Local processing (no external services required)
datagen/
├── src/
│ ├── app/
│ │ ├── api/ # API routes
│ │ ├── components/ # React components
│ │ └── lib/ # Utilities
└── package.json
Private project - All rights reserved