/sketchify

Convert Images using Python

Primary LanguagePython

SKETCHIFY

Logo created by Gemini

A server application to train Gemini, FastAPI, OpenCV, Postman and Image manipulation.

MOTIVATION

Sketchify is a POC based at Codewithcurious that allows me to explore this area by building a tool that converts images into sketches. It's a great way to gain practical experience with Python's image manipulation capabilities.

RESULT

Image gray converted Image gray converted Image gray converted Image gray converted

SETUP

Create a virtual environment

# with default
python -m venv .venv
# with specific version
python3.6 -m venv .venv

Activate the .venv

source .venv/Scripts/activate

Install all needed packages

pip install -r requirements.txt

RUN THE SERVER

uvicorn main:app --reload

DOCS

Redoc
Swagger
Postman

Note: The application must be up and running.

FINAL CONSIDERATIONS

This application is a practice project built to explore technologies and concepts. It's not intended for commercial use and may not adhere to best practices for production environments. Feel free to explore, contribute, or provide feedback. Thank you for checking it out!