Skip to content

Object Detection Web App is designed to help users detect objects within images using machine learning models. Users can easily upload images through the web interface and receive detection results in real-time.

Notifications You must be signed in to change notification settings

AminaHamzic/object-detection-web-app

Repository files navigation

Object Detection Web App

Object Detection Web App is designed to help users detect objects within images using machine learning models. Users can easily upload images through the web interface and receive detection results in real-time.

Features

  • Upload images for object detection
  • Real-time object detection results

Technologies

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, FastAPI
  • Libraries: OpenCV
  • Build Tools: Node.js, npm

Installation

To set up and run the ObjectDetectionWebApp locally, follow these steps:

Prerequisites

Project Setup

  1. Clone the repository
   git clone https://github.com/AminaHamzic/object-detection-web-app.git
  1. Navigate to the project directory:
    cd ObjectDetectionWebApp/backend
  1. Create a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. Install Python dependencies:
    pip install -r requirements.txt
  1. Run the FastAPI server:
    uvicorn main:app --reload

The project should now be running at http://127.0.0.1:8000.

About

Object Detection Web App is designed to help users detect objects within images using machine learning models. Users can easily upload images through the web interface and receive detection results in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published