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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -44
README.md CHANGED
@@ -1,55 +1,34 @@
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
-
 
 
 
 
 
 
 
 
1
  ---
2
+ title: DataSynth
3
+ emoji: πŸ€–
4
+ colorFrom: indigo
5
+ colorTo: blue # Changed from cyan to blue
6
+ sdk: gradio
7
+ sdk_version: "4.15.0"
8
+ app_file: app.py
9
+ pinned: false
10
  ---
11
 
12
+ # DataSynth
13
 
14
+ DataSynth is a chatbot built using **Gemma 2B**, integrated via `langchain` and deployed with Gradio.
 
 
 
 
 
 
15
 
16
+ ## πŸš€ Tech Stack
 
 
 
 
 
 
 
 
 
17
 
18
+ | Technology | Description |
19
+ |-------------------|-----------------------------------------|
20
+ | Python | Programming language |
21
+ | Transformers | Model loading and inference |
22
+ | LangChain | Prompt templates and LLM chaining |
23
+ | Gradio | UI framework for interactive demos |
24
+ | Hugging Face Hub | Deployment platform |
25
 
26
+ ## πŸ“ Files
27
 
28
+ - `app.py` β€” Main Gradio app
29
+ - `requirements.txt` β€” Required packages
30
+ - `README.md` β€” Project overview and config
 
 
31
 
32
  ---
33
 
34
+ πŸ”— Try it live on [Hugging Face Spaces](https://huggingface.co/spaces/sudiptaverse/DataSynth)