--- title: DataSynth emoji: 🤖 colorFrom: indigo colorTo: blue sdk: gradio sdk_version: 5.32.0 app_file: app.py pinned: false --- # DataSynth DataSynth is a chatbot built using **Gemma 2B**, integrated via `langchain` and deployed with Gradio. ## 🚀 Tech Stack | Technology | Description | |-------------------|-----------------------------------------| | Python | Programming language | | Transformers | Model loading and inference | | LangChain | Prompt templates and LLM chaining | | Gradio | UI framework for interactive demos | | Hugging Face Hub | Deployment platform | ## 📁 Files - `app.py` — Main Gradio app - `requirements.txt` — Required packages - `README.md` — Project overview and config --- 🔗 Try it live on [Hugging Face Spaces](https://huggingface.co/spaces/sudiptaverse/DataSynth)