Skip to content

Rhode01/feature_extraction_with_openCv_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCv Api

Welcome to opencv api.

Prerequisites

    Python version 3.5 and above

Getting Started

Clone the repository

git clone https://github.com/Rhode01/feature_extraction_with_openCv_api.git 
cd feature_extraction_with_openCv_api

Creating Virtual Env

python -m venv myvenv

installing dependencies

This command will install the required packages specified in the requirements.txt

pip install > requirements.txt

Starting the server

uvicorn main:app --reload

using the Api

Using the API Once the server is running, open your browser and navigate to localhost:8000/docs. Here, you'll find the Swagger UI documentation for the API, allowing you to make requests. Provide the path to the picture that you want to map its features using a JSON request like:

{
    "path": "The link to the picture"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages