Raiff1982's picture
Update README.md
44d1a7c verified
|
raw
history blame
1.47 kB

-- title: Codettes-BlackForest emoji: 🧠 colorFrom: gray colorTo: purple sdk: gradio sdk_version: 4.19.1 app_file: final_codettes_chatbot.py pinned: true license: mit

πŸ’¬ Codettes-BlackForest: Multimodal Reasoning Chatbot

An advanced multimodal chatbot powered by Gradio, transformers, and diffusers, featuring:

  • πŸ” Sentiment analysis
  • 🧠 Reasoning across multiple LLM pipelines
  • 🎨 Text-to-image generation using the gated model black-forest-labs/FLUX.1-dev

πŸš€ Features

  • Context-aware response generation using T5, GPT-Neo, and DistilBERT
  • Emotional and ethical sentiment scoring with VADER and transformers
  • Image synthesis via FLUX 1.0-dev diffusion model
  • Supports GPU or CPU fallback via PyTorch offload
  • Simple, async-capable chat interface with modular blocks

πŸ” Gated Model Access

This Space requires a valid HUGGINGFACE_TOKEN with access to black-forest-labs/FLUX.1-dev.

Add this under Repository Secrets:

HUGGINGFACE_TOKEN = your_token_here

πŸ›  Requirements

See requirements.txt for full dependencies. Main libraries include:

  • transformers
  • diffusers
  • torch
  • gradio
  • huggingface_hub
  • vaderSentiment
  • nltk

πŸ“„ License

MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC