Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
## π Requirements
|
3 |
|
@@ -14,3 +44,6 @@ See [`requirements.txt`](./requirements.txt) for full dependencies. Main librari
|
|
14 |
## π License
|
15 |
|
16 |
MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Codettes-BlackForest
|
3 |
+
emoji: π§
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.19.1
|
8 |
+
app_file: hf_multimodal_chatbot_final.py
|
9 |
+
pinned: true
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# π¬ Codettes-BlackForest: Multimodal Reasoning Chatbot
|
14 |
+
|
15 |
+
An advanced multimodal chatbot powered by [Gradio](https://gradio.app), [`transformers`](https://huggingface.co/docs/transformers), and [`diffusers`](https://huggingface.co/docs/diffusers), featuring:
|
16 |
+
|
17 |
+
- π Sentiment analysis
|
18 |
+
- π§ Reasoning across multiple LLM pipelines
|
19 |
+
- π¨ Text-to-image generation using the gated model [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
20 |
+
|
21 |
+
## π Features
|
22 |
+
- Context-aware response generation using T5, GPT-Neo, and DistilBERT
|
23 |
+
- Emotional and ethical sentiment scoring with VADER and transformers
|
24 |
+
- Image synthesis via FLUX 1.0-dev diffusion model
|
25 |
+
- Supports GPU or CPU fallback via PyTorch offload
|
26 |
+
- Simple, async-capable chat interface with modular blocks
|
27 |
+
|
28 |
+
## π Gated Model Access
|
29 |
+
|
30 |
+
This Space requires a valid `HUGGINGFACE_TOKEN` with access to `black-forest-labs/FLUX.1-dev`.
|
31 |
|
32 |
## π Requirements
|
33 |
|
|
|
44 |
## π License
|
45 |
|
46 |
MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC
|
47 |
+
|
48 |
+
|
49 |
+
---
|