Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
/ DeepSight Public archive

Image Analysis Web Application

License

Notifications You must be signed in to change notification settings

ItsSpirax/DeepSight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSight - Image Analysis Web Application

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.

Instructions

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

Screenshots

Below are Screenshots showcasing the application:

  • Homepage Overview: Overview of the application. Homepage Overview

  • Get Started: Introduction page to guide users on how to use the application. Get Started

  • Our Vision: Shows the vision of the founders of the application. Vision

  • Image Upload: Page where users can upload images, view them, or delete them. Image Upload Page

  • Available Models: Displays the descriptions of different models available for image processing. Available Models

  • Process Selection: Select an uploaded image and a model to run the image through. Process Selection

  • Processed Images: Shows all previously processed images. Processed Images

  • User Profile: Page for updating user details and password. User Profile

Docker Images

The Docker images for the application can be found on Docker Hub:

License

This project is licensed under the MIT License - see the LICENSE.md file for details.