ChatGPT Extract Translate/Transcript from Uploaded Audio and Chat with AI about Translate/Transcript.
This is Laravel Project, You can submit any Audio file, AI will transcript it, and you can further ask Question about this Audio script.
Just Download and run
composer create-project shababsoftwares/chatgpt-describe-audio-and-chat-with-ai
import database_chatgpt.sql file into database, File Located under 'database/database_chatgpt.sql'
Obtain key from the link ChatGPT API Key and add into .env file like below.
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
run following commands
composer install
php artisan serve
http://localhost:8000/login
Login Details:
Email - chatgpt@test.com Pass: - Abc12345
Upload any audio file from the menu, after uploading you will be redirected to Extracted content from audio file. Here you can ask anything about extracted content from the audio, Like any thing.
You can see previous uploaded audio files, and chat history, and come back anytime to start conversation with AI.
The MIT License (MIT). Please see LICENSE for more information.
Shabab Softwares (c) 2024