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

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.

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.