sudiptaverse commited on
Commit
eaaf4b5
Β·
verified Β·
1 Parent(s): 58fd6be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -9
README.md CHANGED
@@ -1,12 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: DataSynth
3
- emoji: 🌍
4
- colorFrom: indigo
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.32.0
8
- app_file: app.py
9
- pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
+
2
+ # πŸ€– DataSynth
3
+
4
+ **DataSynth** is an AI chatbot built using the powerful Gemma 2B language model.
5
+ It provides intelligent responses and is accessible via a user-friendly Gradio interface.
6
+ The project is hosted on Hugging Face Spaces.
7
+
8
+ ---
9
+
10
+ ## πŸš€ Features
11
+
12
+ - Text generation using Google's Gemma 2B model
13
+ - Chatbot interface powered by Gradio
14
+ - Deployed on Hugging Face Spaces
15
+ - Easy integration with LangChain and HuggingFace Hub
16
+
17
+ ---
18
+
19
+ ## πŸ› οΈ Tech Stack
20
+
21
+ | Component | Technology | Purpose |
22
+ |---------------------|------------------------|------------------------------------|
23
+ | πŸ€– LLM | Gemma 2B | Language model |
24
+ | 🧠 Framework | LangChain | LLM prompt and logic control |
25
+ | πŸ’¬ UI | Gradio | Chat interface |
26
+ | ☁️ Hosting | Hugging Face Spaces | Deploying and sharing |
27
+ | πŸ”— Integration | huggingface_hub | Push/pull model/code |
28
+
29
+ ---
30
+
31
+ ## πŸ“¦ Requirements
32
+
33
+ - Python 3.8+
34
+ - `transformers`
35
+ - `langchain`
36
+ - `langchain_huggingface`
37
+ - `gradio`
38
+ - `huggingface_hub`
39
+
40
  ---
41
+
42
+ ## πŸ“ Project Structure
43
+
44
+ DataSynth/
45
+ β”œβ”€β”€ app.py
46
+ β”œβ”€β”€ README.md
47
+ β”œβ”€β”€ requirements.txt
48
+ └── DataSynth.py
49
+
50
  ---
51
 
52
+ ## πŸš€ Run the App
53
+
54
+ You can launch the chatbot from Hugging Face Spaces once deployed, or run locally via Colab or your terminal.
55
+