https://github.com/krishbharadwaj5678/neuraai
Neura AI is an advanced AI chatbot that provides instant, intelligent responses tailored to your needs. It features text-to-speech for a fully interactive experience and allows you to easily download prompts as PDFs.
https://github.com/krishbharadwaj5678/neuraai
ai chatbot html js reactjs talwindcss text-to-speech
Last synced: 9 months ago
JSON representation
Neura AI is an advanced AI chatbot that provides instant, intelligent responses tailored to your needs. It features text-to-speech for a fully interactive experience and allows you to easily download prompts as PDFs.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/neuraai
- Owner: KrishBharadwaj5678
- Created: 2025-01-25T10:20:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T05:31:29.000Z (9 months ago)
- Last Synced: 2025-02-24T06:32:52.446Z (9 months ago)
- Topics: ai, chatbot, html, js, reactjs, talwindcss, text-to-speech
- Language: JavaScript
- Homepage: https://neuraai.onrender.com/
- Size: 241 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neura AI 🤖
Neura AI is a powerful and user-friendly AI Chatbot application designed to provide intelligent and conversational assistance. The app supports multiple features to enhance user experience, including prompt responses, text-to-speech functionality, and the ability to download prompts as PDF files.
## Features
- **Prompt Responses**: Neura AI provides accurate and meaningful responses to user prompts using advanced AI technology.
- **Text-to-Speech**: Users can listen to AI-generated responses through the text-to-speech feature for a hands-free experience.
- **Download as PDF**: Users can save their prompts and AI responses as PDF files for future reference.
- **Copy Prompts**: Users can easily copy their prompts and AI responses to the clipboard for quick sharing or reuse.
- **Dark Mode and Light Mode**: Toggle between dark mode and light mode to suit your preferences and reduce eye strain.
## Technologies Used
- **Frontend**: React JS, Tailwind CSS
- **API**: Google API
- **Text-to-Speech**: Responsive Voice
- **PDF Generation**: jsPDF library
- **Animation**: Framer Motion
## Installation
1. Clone the repository:
```bash
git clone https://github.com/KrishBharadwaj5678/NeuraAI.git
```
2. Navigate to the project directory:
```bash
cd NeuraAI
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
## Contributing
Contributions are welcome! Follow these steps to contribute:
1. Fork the repository.
2. Create a new branch for your feature:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Add your message here"
```
4. Push to your branch:
```bash
git push origin feature-name
```
5. Create a pull request.