Voice AI App
This is a Next.js project bootstrapped with create-next-app
.
Features
- š¤ Voice Recording: Record voice inputs directly in the browser.
- š¤ AI-based Voice Processing: Detect names, emails, product names, and perform arithmetic calculations.
- š Multilingual Support: Supports multiple languages for voice recognition.
- š Fast & Optimized: Built using Next.js for fast performance and server-side rendering.
- šØ Beautiful UI: Uses Tailwind CSS with a modern gradient theme.
- š Secure & Scalable: Authentication and user profile management.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Tech Stack
- Frontend: Next.js, React, Tailwind CSS
- Backend: Next.js API Routes, Node.js
- AI Integration: Speech-to-text processing and AI-based analysis
- Database: MongoDB (optional for user data storage)
- Deployment: Vercel
Learn More
To learn more about Next.js, take a look at the following resources:
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Live Demo
š Voice AI App Live on Vercel