Raiff1982 commited on
Commit
f65e488
Β·
verified Β·
1 Parent(s): 57dcd03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
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
+ ---