DatasetGenerator / README.md
oluinioluwa814's picture
Update README.md
7b5cf02 verified
|
Raw
History Blame Contribute Delete
1.04 kB
---
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.