Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,69 @@
|
|
| 1 |
---
|
| 2 |
title: RickChatBot
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.50.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: RickChatBot
|
| 3 |
+
emoji: 🧪
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.50.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
tags:
|
| 12 |
+
- chatbot
|
| 13 |
+
- rick-and-morty
|
| 14 |
+
- dialogpt
|
| 15 |
+
- conversational
|
| 16 |
+
- fun
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# 🧪 RickChatBot — Talk to Rick Sanchez
|
| 20 |
+
|
| 21 |
+
> *"Wubba lubba dub dub!"*
|
| 22 |
+
|
| 23 |
+
Chat with an AI version of **Rick Sanchez** from *Rick and Morty*, powered by a fine-tuned DialoGPT model.
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## 🚀 How to Use
|
| 28 |
+
|
| 29 |
+
1. Type your message in the input box
|
| 30 |
+
2. Hit **Send**
|
| 31 |
+
3. Rick will respond in his signature chaotic genius style
|
| 32 |
+
|
| 33 |
+
**Try asking things like:**
|
| 34 |
+
- *"What do you think about humans?"*
|
| 35 |
+
- *"Can you build me something?"*
|
| 36 |
+
- *"What's the point of anything?"*
|
| 37 |
+
- *"Morty messed up again, what do I do?"*
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## 🧠 Behind the Scenes
|
| 42 |
+
|
| 43 |
+
| Component | Details |
|
| 44 |
+
|-------------|----------------------------------------------|
|
| 45 |
+
| Model | [iamhariraj/DialoGPT-small-Rick](https://huggingface.co/iamhariraj/DialoGPT-small-Rick) |
|
| 46 |
+
| Base | microsoft/DialoGPT-small |
|
| 47 |
+
| Framework | HuggingFace Transformers + Gradio |
|
| 48 |
+
| Fine-tuned on | Rick Sanchez dialogue from Rick and Morty |
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## ⚠️ Notes
|
| 53 |
+
|
| 54 |
+
- The Space runs on free CPU — first load may take **~30 seconds** to wake up
|
| 55 |
+
- Responses are AI-generated and may not always be perfectly in character
|
| 56 |
+
- For best results, keep messages short and conversational
|
| 57 |
+
- This is a fun project — not intended for serious use
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
## 👤 Author
|
| 62 |
+
|
| 63 |
+
Built by [iamhariraj](https://huggingface.co/iamhariraj) — Oct 2023
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
## 📄 License
|
| 68 |
+
|
| 69 |
+
MIT
|