Skip to content

23f3003868-coder/llm-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Code Deployment Project

Overview

This project implements a Flask-based API for the LLM Code Deployment assignment.
The application receives JSON POST requests containing a task brief, verifies a secret, generates minimal apps (LLM-assisted), and deploys them to GitHub Pages.

It supports multiple rounds per task for revision and evaluation.

Features

  • Accepts POST requests at /api-endpoint.
  • Verifies student-provided secret.
  • Responds with HTTP 200 JSON acknowledgment.
  • Parses task brief and attachments.
  • Pushes generated code to a GitHub repo.
  • Deploys public GitHub Pages site.
  • Supports multiple rounds with updates.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages