This project is a front-end application that allows users to upload images and run them through a pre-trained deep learning model to detect objects in the image. The application is built using Next.js, a React framework, and Django, a Python web framework.
git clone https://github.com/ItsSpirax/DeepSight
cd DeepSight
Configure environment variables:
cp .env.example .env
nano .env
Start the application:
docker compose up -d
Below are Screenshots showcasing the application:
The Docker images for the application can be found on Docker Hub:
This project is licensed under the MIT License - see the LICENSE.md file for details.