Backend for the AI-powered PowerPoint beautification tool
Find a file
2025-09-26 18:02:43 +02:00
certs Initialize certificates directory 2025-09-23 14:01:07 +02:00
.gitignore Tidy up .gitignore 2025-09-23 22:28:26 +02:00
main.py Add space equally v2 with shape context detection 2025-09-26 17:09:32 +02:00
README.org Remove certs and change port to 8888 2025-09-23 22:06:28 +02:00
requirements.txt Initial commit 2025-09-23 12:46:33 +02:00

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

  1. Create a new virtual environment with `uv` then activate it
  2. Install requirements with uv pip install -r requirements.txt
  3. Create a .env variable with API_KEY and API_KEY_NAME
  4. Run the API with: uvicorn main:app --port 8888