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.
- Host: GitHub
- URL: https://github.com/adxell/qr_generator_backend
- Owner: Adxell
- License: mit
- Created: 2025-03-20T02:58:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T03:29:22.000Z (7 months ago)
- Last Synced: 2025-03-20T04:22:56.359Z (7 months ago)
- Topics: aiagents, fastapi, gimini, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`