Git Product home page Git Product logo

object-detection-aws's Introduction

OBJECT DETECTION USING AWS REKOGNITION

This is a simple Python application for object detection using AWS Rekognition.

Features

  • Detects objects in images using AWS Rekognition service.
  • Dockerized for easy deployment and usage.

Prerequisites

  • Python 3.6 or higher installed on your system.
  • Docker installed (if running with Docker).
  • An IAM user with access to AWS Rekognition. Ensure the user has appropriate permissions to use the Rekognition service.

Setup

  1. Clone this repository to your local machine:

    git clone https://github.com/mzazakeith/object-detection-aws.git
    cd object-detection
  2. Install dependencies:

       pip install -r requirements.txt

Usage

1. Run Locally

Using credentials.csv file:

  1. Ensure your AWS credentials are stored in the credentials.csv file in the root directory of the project, with the format:
access_key_id,secret_access_key
111111111111,7838383983892387uhw
  1. Run the application:
python3 main.py

2. Running with Docker

  1. Build the Docker image:
docker build -t object-detection .
  1. Run the Docker container:
docker run -it --rm object-detection

3. Adding New Images

Add your new images to the images/ directory.

Run the application and select the newly added image for object detection.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

object-detection-aws's People

Contributors

mzazakeith avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.