Skip to content

Commit f7fc019

Browse files
Update README.md
1 parent dc1a3ca commit f7fc019

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# llm-deployment
1+
# LLM Code Deployment Project
2+
3+
## Overview
4+
This project implements a Flask-based API for the **LLM Code Deployment** assignment.
5+
The application receives JSON POST requests containing a task brief, verifies a secret, generates minimal apps (LLM-assisted), and deploys them to GitHub Pages.
6+
7+
It supports multiple rounds per task for revision and evaluation.
8+
9+
## Features
10+
- Accepts POST requests at `/api-endpoint`.
11+
- Verifies student-provided secret.
12+
- Responds with HTTP 200 JSON acknowledgment.
13+
- Parses task brief and attachments.
14+
- Pushes generated code to a GitHub repo.
15+
- Deploys public GitHub Pages site.
16+
- Supports multiple rounds with updates.

0 commit comments

Comments
 (0)