Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vardaan-bhatia/ai-chatbox
A simple AI chatbox component built with React and integrated with speech recognition.
https://github.com/vardaan-bhatia/ai-chatbox
gemini-api speech-recognition
Last synced: 4 days ago
JSON representation
A simple AI chatbox component built with React and integrated with speech recognition.
- Host: GitHub
- URL: https://github.com/vardaan-bhatia/ai-chatbox
- Owner: vardaan-bhatia
- Created: 2024-07-21T08:01:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:59:02.000Z (4 months ago)
- Last Synced: 2024-08-01T00:48:55.985Z (4 months ago)
- Topics: gemini-api, speech-recognition
- Language: JavaScript
- Homepage: https://aichatboxreact.netlify.app/
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatBox
A simple, customizable chatbox component built with React and integrated with speech recognition. Users can interact with the chatbox via text input or voice commands.
## Features
- **Text Input**: Allows users to type their questions or messages.
- **Voice Input**: Utilizes browser-based speech recognition for hands-free operation.
- **API Integration**: Connects to an external API to generate content based on user input.
- **Responsive Design**: Ensures the chatbox looks good on various screen sizes.## Live Demo
You can see the ChatBox component in action by visiting the live demo: [ChatBox Live Demo](https://aichatboxreact.netlify.app/)