An open API service indexing awesome lists of open source software.

https://github.com/mattmajestic/huggingface-js

Firebase chatbot w React + Huggingface JS 🤖
https://github.com/mattmajestic/huggingface-js

firebase huggingface reactjs tailwindcss

Last synced: 3 months ago
JSON representation

Firebase chatbot w React + Huggingface JS 🤖

Awesome Lists containing this project

README

          

# HuggingfaceJS React chatbot on Firebase 🤖

Sponsor me on GitHub

Welcome to `huggingface-js`, a simple, yet powerful chatbot built with React and powered by Hugging Face's GPT-2 model. Using Firebase for real-time updates and easy deployment.

## 🌐 Live Demo 🌐

Check out the live demo [here](https://huggingface-js.web.app/).

## 📚 Tech Stack 📚

- [React](https://reactjs.org/): A JavaScript library for building user interfaces. We use React to build our chat interface and manage state.
- [Hugging Face](https://www.huggingface.co/): A platform for Natural Language Processing (NLP). We use Hugging Face's GPT-2 model to generate responses for our chatbot.
- [Firebase](https://firebase.google.com/): A platform developed by Google for creating mobile and web applications. We use Firebase for real-time updates and easy deployment.