FastAPI | MongoDB
SSCar Image Search API is an image search provider that can manage image and index searches.
- Adding listing information and images.
- Searching by image.
- Indexing new listing images.
In our case SSCar A Graduation Project
- User can add car information and images.
- Users can search by image.
- Clone repo
git clone https://github.com/medChaabi/sscar-image-search-api.git
- Go into the repo
cd sscar-image-search-API
- 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
- Run the developement server
uvicorn main:app --reload
- Start Making This more exciting Swagger UI
http://127.0.0.1:8000/docs
- Optimize performance.
- Make it a feature that can any site add it.