https://github.com/vrajvyas11/react_native-voiced_ai_chat_image_bot
An app that is used for chat responses (the same as chatGPT) and also can generate Images (the same as Dall E), on top of which i reads response with ai voice
https://github.com/vrajvyas11/react_native-voiced_ai_chat_image_bot
ai-image-generation chatbot voice-chat
Last synced: about 2 months ago
JSON representation
An app that is used for chat responses (the same as chatGPT) and also can generate Images (the same as Dall E), on top of which i reads response with ai voice
- Host: GitHub
- URL: https://github.com/vrajvyas11/react_native-voiced_ai_chat_image_bot
- Owner: VrajVyas11
- Created: 2024-06-18T09:46:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T16:46:28.000Z (3 months ago)
- Last Synced: 2025-08-21T01:03:13.347Z (about 2 months ago)
- Topics: ai-image-generation, chatbot, voice-chat
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Voiced AI Chat & Image Bot
**React Native Voiced AI Chat & Image Bot** is an advanced AI-powered chatbot application built with React Native. It combines conversational AI (similar to ChatGPT) with image generation capabilities (like DALL·E). Additionally, it features AI-generated voice responses, allowing users to interact via voice input and receive spoken replies, creating a seamless and engaging user experience.
---
## Features
- **AI Chatbot:** Engage in natural language conversations powered by AI models.
- **Image Generation:** Generate images based on user prompts, similar to DALL·E.
- **Voice Input:** Users can tap a button and speak their queries or commands.
- **AI Voice Output:** The chatbot reads out responses using AI-generated speech.
- **Lightweight Models:** Uses efficient models like LLaMA to balance performance and resource usage.
- **Cross-Platform:** Built with React Native for Android and iOS compatibility.---
## Download
Get the latest Android APK by clicking the button below:
[](https://vrajvyas11.github.io/React_Native-Voiced_AI_Chat_Image_Bot/)
---
## Demo Images
These images showcase the app’s image generation and chat capabilities.
---
## Getting Started
To run this project locally:
1. Clone the repository:
```bash
git clone https://github.com/vrajvyas11/React_Native-Voiced_AI_Chat_Image_Bot.git
```
2. Navigate to the project directory:
```bash
cd React_Native-Voiced_AI_Chat_Image_Bot
```
3. Install dependencies:
```bash
npm install
```
4. Run the app on your device or emulator:
```bash
npx react-native run-android
# or
npx react-native run-ios
```---
## Technologies Used
- **React Native:** Cross-platform mobile app framework.
- **LLaMA (or similar lightweight models):** For efficient AI chat processing.
- **Text-to-Speech (TTS):** For AI voice responses.
- **Speech-to-Text (STT):** For voice input from users.
- **OpenAI / Custom AI APIs:** For chat and image generation backend.---
## Future Improvements
- Enhance quantity and object recognition in images.
- Integrate more powerful AI models as device capabilities improve.
- Add multi-language support for voice input and output.
- Improve UI/UX for smoother voice interaction.---
## License
This project is open source and available under the MIT License.
---
Feel free to contribute or raise issues on the [GitHub repository](https://github.com/vrajvyas11/React_Native-Voiced_AI_Chat_Image_Bot).
---
*Created by Vraj Vyas*