Ranajit1997/CodeReviewer
0
AI Code Reviewer (FastAPI + Docker)
This Hugging Face Space runs a pure FastAPI service inside Docker. It analyzes Python code using OpenAI GPT models and returns structured JSON reviews.
Endpoints
GET /→ health checkPOST /review→ review Python code
Example
curl -X POST https://YOUR-SPACE-NAME.hf.space/review \
-H "Content-Type: application/json" \
-d '{"code": "print(\"hello world\")"}'
