Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,50 @@ short_description: Explains your json/yaml text/file/url
|
|
11 |
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
|
12 |
---
|
13 |
|
14 |
+
# JSON & YAML Explainer
|
15 |
+
An AI-powered explainer tool that converts JSON, YAML, and configuration files (OpenAPI specs, Terraform, Kubernetes manifests, CI/CD pipelines) into clear, natural language explanations.
|
16 |
+
|
17 |
+
# Features
|
18 |
+
Multi-format support: JSON, YAML, .yml, .json
|
19 |
+
|
20 |
+
Developer Mode: Get technical breakdowns with field-level details
|
21 |
+
|
22 |
+
ELI5 Mode: Simplified explanations for beginners and non-technical users
|
23 |
+
|
24 |
+
Supports multiple domains:
|
25 |
+
|
26 |
+
OpenAPI specifications
|
27 |
+
|
28 |
+
Terraform configuration files
|
29 |
+
|
30 |
+
Kubernetes manifests
|
31 |
+
|
32 |
+
GitHub Actions & CI/CD pipelines
|
33 |
+
|
34 |
+
# How It Works
|
35 |
+
Upload your JSON/YAML file or paste raw text.
|
36 |
+
|
37 |
+
Choose ELI5 or Developer Mode.
|
38 |
+
|
39 |
+
The app uses a fine-tuned FLAN-T5 / Mistral model to generate clear, context-aware explanations.
|
40 |
+
|
41 |
+
# Tech Stack
|
42 |
+
Python
|
43 |
+
|
44 |
+
FastAPI
|
45 |
+
|
46 |
+
Gradio UI
|
47 |
+
|
48 |
+
Hugging Face Transformers
|
49 |
+
|
50 |
+
OpenRouter API for LLM inference
|
51 |
+
|
52 |
+
# Installation
|
53 |
+
|
54 |
+
pip install -r requirements.txt
|
55 |
+
python app.py
|
56 |
+
|
57 |
+
# Deployment
|
58 |
+
Can be deployed on Hugging Face Spaces or as a standalone FastAPI service.
|
59 |
+
|
60 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|