Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,15 +15,38 @@ short_description: Talk with GLaDOS from the Portal universe. She’s in Potato
|
|
| 15 |
---
|
| 16 |
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
-
A sarcastic, file-mocking, Portal-style AI chatbot based on [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## License
|
| 29 |
- Code: MIT
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
|
| 18 |
+
# 🧠 GLaDOS
|
| 19 |
|
| 20 |
+
A sarcastic, file-mocking, Portal-style AI chatbot based on [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2). GLaDOS is alive (in potato form), styled like ChatGPT, and powered by modern AI on Hugging Face Spaces.
|
| 21 |
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
## 💡 Features
|
| 25 |
+
|
| 26 |
+
- 🎤 **Chat like you're trapped in Aperture Labs**
|
| 27 |
+
GLaDOS responds with dark humor, dry wit, and cold sarcasm.
|
| 28 |
+
|
| 29 |
+
- 📂 **PDF Upload**
|
| 30 |
+
Mention "PDF" in your message, and upload your PDF she’ll (reluctantly) read your files.
|
| 31 |
+
|
| 32 |
+
- 🖼️ **Text-to-Image Generation**
|
| 33 |
+
Ask her to *imagine* something — she might show you… if she feels like it.
|
| 34 |
+
|
| 35 |
+
- 🌌 **Custom UI**
|
| 36 |
+
Styled with a dark theme, custom background, and enter-to-send messaging — just like ChatGPT.
|
| 37 |
+
|
| 38 |
+
- 🧠 **Powered by:**
|
| 39 |
+
- [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
| 40 |
+
- [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
| 41 |
+
- Hugging Face 🧨 Diffusers and Gradio Blocks
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## 🛠️ Setup
|
| 46 |
+
|
| 47 |
+
```bash
|
| 48 |
+
pip install -r requirements.txt
|
| 49 |
+
python app.py
|
| 50 |
|
| 51 |
## License
|
| 52 |
- Code: MIT
|