An open API service indexing awesome lists of open source software.

https://github.com/adxell/qr_generator_backend

Backend built with python and FastApi. This backend powers a QR code generator enhanced by and AI agent using Gemini. The core funcionality extracs the dominant color from an image and applies it to the generated QR code while embedding custom data.
https://github.com/adxell/qr_generator_backend

aiagents fastapi gimini python

Last synced: 7 months ago
JSON representation

Backend built with python and FastApi. This backend powers a QR code generator enhanced by and AI agent using Gemini. The core funcionality extracs the dominant color from an image and applies it to the generated QR code while embedding custom data.

Awesome Lists containing this project

README

          

# Run code

Clone Repository
`git clone `

Navigate to the Project Directory
`cd `

Create a Virtual Environment
`python -m venv venv`

Activate the Virtual Environment
`source venv/Scripts/activate`

Install Dependencies
`pip install -r requirements.txt`

Star project
`uvicorn src.main:app --reload`