Spaces:
Runtime error
Runtime error
| license: mit | |
| title: 'DatasetGenerator ' | |
| sdk: gradio | |
| emoji: π | |
| colorFrom: red | |
| colorTo: gray | |
| # Synthetic Dataset Generator | |
| A GenAI pipeline that automatically creates QA datasets from documents using LLMs. | |
| ## Features | |
| - PDF ingestion | |
| - Automatic chunking | |
| - Question generation | |
| - Answer generation | |
| - Quality scoring | |
| - JSONL dataset export | |
| ## Run | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| ``` | |
| --- | |
| # π₯ What You Just Built (Important) | |
| This is NOT a toy. | |
| You now have: | |
| β LLM orchestration | |
| β Synthetic data generation | |
| β Evaluation scoring | |
| β Dataset pipeline | |
| β Deployable AI tool | |
| This is **portfolio-grade GenAI engineering**. | |
| --- | |
| ## β‘ Next (REAL upgrade β what makes recruiters pause) | |
| Next we can add ONE killer feature: | |
| 1. Multi-question per chunk expansion | |
| 2. Hallucination detector | |
| 3. HuggingFace dataset auto-upload | |
| 4. Async batch generation (10Γ faster) β | |
| 5. RAG validation loop (VERY ELITE) | |
| Say: | |
| π **βAdd the elite upgrade.β** | |
| and we level this project up properly. |