IntroSpy is a low powered IoT device that can be deployed at a fence or a gate to detect the presence of an animal. It uses a camera to capture images. The images are then processed using a machine learning model to detect the presence of the animal.
- Realtime detection of animals
- Scalable
- Live feed
- Active database
- Python
- MongoDB
- Docker
- Flask
- YOLOv3
$ git clone https://github.com/TheAlpha16/IntroSpy
$ cd IntroSpy
$ docker compose up -d
$ pip install -r requirements.txt
$ python main.py
To know about docker installation check this
This project was done under the mentorship of Prof. Tarachand Amgoth, students: @TheAlpha16 and @JBadgujar