feat: flashcards

This commit is contained in:
Timothy Jaeryang Baek
2025-09-18 23:05:02 -05:00
parent bb9fd9c789
commit 15a99360c9
7 changed files with 429 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Simple Flashcard Display API
A simple tool for AI to display interactive flashcards.
## 🚀 Quickstart
```bash
git clone https://github.com/open-webui/openapi-servers
cd openapi-servers/servers/time
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload
```
You're live. ⏱️📡