danielgross/LlamaAcademy
A school for camelids observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 0
- Release rhythm 35
- Longevity 88
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1233
- days_rel: n/a
- days_push: 1220
- n_releases_24m: 0
Adoption not part of the score
1198 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LlamaAcademy is a Python pipeline that crawls API documentation, generates synthetic training data with GPT-3.5/GPT-4, and fine-tunes a Vicuna-13B model with LoRA so it can write code against that API. The resulting mini-GPT can be self-hosted and used via LangChain for API glue-code generation.
Use cases
- teach an LLM to call a specific API like Stripe or Notion
- fine-tune a local LLaMA model on API documentation
- generate synthetic instruction data from API docs
- host a custom mini-GPT that writes API integration code
- train a LoRA adapter on crawled documentation
When to choose
- you want a bespoke model specialized in one API's documentation
- you have a >30GB VRAM GPU and an OpenAI API key
- you want to experiment with LoRA fine-tuning pipelines
When to avoid
- you need consistently high-quality code generation - the project admits results are unreliable
- you lack GPU resources for fine-tuning
- you want a production-ready, maintained tool
Facets
library · maturity experimental
llm-training rag web-scraping data-generation agent-framework large-language-models machine-learning artificial-intelligence developer-tools python lora fine-tuning vicuna llama langchain api-documentation synthetic-data openai linux gpu
1 source
- readme: https://github.com/danielgross/LlamaAcademy · fetched 2026-08-28 · d00658344222
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| danielgross/LlamaAcademy | main | 30 |
For agents
markdown · JSON · MCP: product_card(name="danielgross/LlamaAcademy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem