You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Neura-AI
2
2
### Experience the Future of Conversational AI 🌟
3
-
Step into the realm of cutting-edge technology with our ultra-fast chatbot, powered by AI SDK, Groq AI, and Gemini AI. Crafted for lightning-fast performance and infused with human-like intelligence, it delivers seamless, intuitive conversations that feel natural and effortless. Perfectly suited for real-time applications such as customer support, virtual assistants, and interactive experiences, this advanced chatbot sets a new benchmark for digital communication, redefining the way you connect with technology. 🚀
3
+
Step into the future of communication with our ultra-fast chatbot, powered by AI SDK, Groq AI, and Gemini AI. Designed for speed and intelligence, it offers natural, human-like conversations that feel effortless. With built-in **speech-to-text**, you can easily interact using your voice and get instant, accurate responses. Ideal for customer support, virtual assistants, and interactive applications, this chatbot redefines how you connect with technology. 🚀
- ⚡ Blazing-fast performance with Groq AI and AI SDK for instant, real-time responses.
13
-
-🤖 Human-like conversational intelligence powered by Gemini AI for seamless and natural interactions.
14
-
-🌟 Adaptive learning capabilities, constantly evolving to deliver smarter and more accurate conversations.
15
-
- 🌍 Versatile use cases, including customer support, virtual assistants, gaming, and beyond, tailored to diverse needs.
16
-
- 📈 Scalable design to effortlessly handle high user volumes, making it perfect for growing businesses.
17
-
- 🔒 Robust security features to ensure data privacy, safe communication, and compliance with industry standards.
18
-
- 🔧 Easy integration with customizable workflows, along with the flexibility to shift between different Groq and Gemini AI models to meet your unique requirements.
12
+
- ⚡ Blazing-fast performance with Groq AI and the AI SDK for instant, real-time responses.
13
+
-🎙️ Integrated speech-to-text capabilities for seamless voice communication and instant answers.
14
+
-🤖 Powered by Gemini AI for natural, human-like conversational intelligence and adaptive learning.
15
+
- 🌍 Versatile for various use cases like customer support, virtual assistants, and gaming.
16
+
- 📈 Scalable design effortlessly handles high user volumes, ideal for growing businesses.
17
+
- 🔒 Robust security ensures data privacy, compliance, and safe communication.
18
+
- 🔧 Easy integration with customizable workflows and flexible Groq and Gemini AI model options.
19
19
20
20
## Demo 🖥️
21
21
You can visit the live site here - https://neura-ais.vercel.app/
@@ -54,6 +54,17 @@ You can visit the live site here - https://neura-ais.vercel.app/
54
54
pnpm install
55
55
```
56
56
57
+
### Project Setup Using Docker Containerization:
58
+
1. Start the Docker Engine Locally
59
+
2. Navigate to the project Root directory:
60
+
```bash
61
+
cd Neura-AI
62
+
```
63
+
3. Run DockerFile:
64
+
```bash
65
+
docker-compose up --build
66
+
```
67
+
57
68
## Start the web app 🖥️
58
69
- Start the Frontend Development server
59
70
```bash
@@ -68,7 +79,6 @@ You can visit the live site here - https://neura-ais.vercel.app/
0 commit comments