Passionate about empowering global communication? Help us build the ultimate AI speech coach.
Contributions welcome!✨
Boost your English skills for global remote work with SpeechSync.ai. It's like having a personal pronunciation coach in your pocket. Record your speech and get instant AI-powered feedback.
Here's the thing - many international students struggle with English pronunciation, limiting their remote work opportunities.
But traditional language learning apps don't focus on real-world speaking skills. SpeechSync.ai fixes this.
- 🎙️ Real-time Recording: Capture your speech easily with React Media Recorder.
- 🤖 AI-powered Analysis: Get accurate transcriptions using Whisper ASR.
- 📊 Detailed Feedback: Receive comprehensive pronunciation assessments from GPT-3.5.
- 🎯 Personalized Improvement: Get tailored recommendations to enhance your English.
Just go to speechsync.ai
Click on Get Started
to reach the main page.
Built with:
- Nextjs 14
- TailwindCSS
- shadcn-ui
- Hosted on Cloudflare Pages
This is where the magic happens!💫
Built with:
- Fork this repo
- Clone your forked repo
- Create a new branch
- Make your changes
- Push your changes to your branch
- Create a pull request
- Clone the repo
git clone [email protected]:arre-ankit/speechsync-ai.git
- Set up the Next.js app
npm install @cloudflare/next-on-pages
npm run dev
- Set up the Cloudflare Worker Backend
cd cf-backend-worker
npm run dev
- Create
.env
file in the root of the project and add the following:
NEXT_PUBLIC_BASE_URL=http://localhost:3000