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 🤖
- Host: GitHub
- URL: https://github.com/mattmajestic/huggingface-js
- Owner: mattmajestic
- Created: 2024-03-19T23:41:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T02:22:13.000Z (about 2 years ago)
- Last Synced: 2025-02-05T10:29:20.972Z (over 1 year ago)
- Topics: firebase, huggingface, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://huggingface-js.web.app/
- Size: 842 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# HuggingfaceJS React chatbot on Firebase 🤖
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.