Backend for the AI-powered PowerPoint beautification tool
| certs | ||
| .gitignore | ||
| main.py | ||
| README.org | ||
| requirements.txt | ||
LEA API
This repository contains the backend of the AI-powered PowerPoint beautification tool. The README will be updated with more relevant information later.
Quickstart
- Create a new virtual environment with `uv` then activate it
- Install requirements with
uv pip install -r requirements.txt - Create a .env variable with API_KEY and API_KEY_NAME
- Run the API with:
uvicorn main:app --port 8888