A Next.js application that transcribes and validates speech in realtime with the AI SDK.
Note: LLMs can sometimes provide incorrect or outdated information. Always verify critical information through trusted sources.
This project is a Next.js application that performs real-time fact checking on spoken statements. It uses Deepgram for audio transcription and leverages both OpenAI and Perplexity to verify the accuracy of claims.
To get the project up and running, follow these steps:
Install dependencies:
npm install
Copy the example environment file:
cp .env.example .env
Add your API keys to the .env
file:
OPENAI_API_KEY=your_api_key_hereDEEPGRAM_API_KEY=your_api_key_herePERPLEXITY_API_KEY=your_api_key_here
Start the development server:
npm run dev
Your project should now be running on http://localhost:3000.
The project is set up for one-click deployment on Vercel. Use the "Deploy with Vercel" button above to create your own instance of the application.
To learn more about the technologies used in this project, check out the following resources:
A Next.js application that transcribes and validates speech in realtime with the AI SDK.
Note: LLMs can sometimes provide incorrect or outdated information. Always verify critical information through trusted sources.
This project is a Next.js application that performs real-time fact checking on spoken statements. It uses Deepgram for audio transcription and leverages both OpenAI and Perplexity to verify the accuracy of claims.
To get the project up and running, follow these steps:
Install dependencies:
npm install
Copy the example environment file:
cp .env.example .env
Add your API keys to the .env
file:
OPENAI_API_KEY=your_api_key_hereDEEPGRAM_API_KEY=your_api_key_herePERPLEXITY_API_KEY=your_api_key_here
Start the development server:
npm run dev
Your project should now be running on http://localhost:3000.
The project is set up for one-click deployment on Vercel. Use the "Deploy with Vercel" button above to create your own instance of the application.
To learn more about the technologies used in this project, check out the following resources: