An intelligent Python application that uses Computer Vision to identify butterflies and a Natural Language interface to answer questions about them.
- Instant Identification: Uses a pre-trained MobileNetV2 model to recognize butterfly species from images.
- Smart Chatbot: Ask questions like "What does it eat?" or "Where is it found?" and get specific answers.
- Live Data: Fetches up-to-date biological data from Wikipedia dynamically.
- Python (Logic & API)
- TensorFlow/Keras (Deep Learning Model)
- Wikipedia-API (Data Fetching)
- NumPy (Image processing)
- Clone the repo:
git clone [https://github.com/YOUR_USERNAME/butterfly-identifier.git](https://github.com/YOUR_USERNAME/butterfly-identifier.git)