chai / README.md
jonatanklosko's picture
Add chat
0fea377
metadata
title: Chai
emoji: 🍵
colorFrom: pink
colorTo: red
sdk: docker
pinned: false

Chai 🍵

Chai is a demo web application built with Phoenix LiveView and showcasing multiple Neural Network models from the Bumblebee package.

The app uses a combination of pre-trained models for the following features:

  • Conversation using Blenderbot
  • Speech transcription using Whisper
  • Image captioning using BLIP
  • Emotion recognition using RoBERTa
  • Named entity recognition (NER) using BERT

Development

You need Erlang and Elixir installed, then:

git clone https://huggingface.co/spaces/jonatanklosko/chai
cd chai

mix setup
mix phx.server

Now you can visit localhost:4040 from your browser.