Skip to content

medChaabi/sscar-image-search-api

Repository files navigation

SSCar Image Search API V1.0

Technology stack

FastAPI | MongoDB

Description

SSCar Image Search API is an image search provider that can manage image and index searches.

The goal is to have image search incorporated easily into any web application.

Features:

  1. Adding listing information and images.
  2. Searching by image.
  3. Indexing new listing images.

Requirement

In our case SSCar A Graduation Project

  1. User can add car information and images.
  2. Users can search by image.

Installation

  1. Clone repo
    git clone https://github.com/medChaabi/sscar-image-search-api.git
  1. Go into the repo
    cd sscar-image-search-API
  1. Setup virtual environment
    pip install virtualenv # Install virtual environment
    python3 -m venv venv # Create new virtual environment named venv
    source env/bin/activate # Activate venv
    pip install -r requirements.txt # Install SSCar-image-search-API requirements
  1. Run the developement server
    uvicorn main:app --reload
  1. Start Making This more exciting Swagger UI
http://127.0.0.1:8000/docs

Todo Next

  • Optimize performance.
  • Make it a feature that can any site add it.

If You Can Help | If this API helps you ;)

Email Me
SSCar Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages