shababsoftwares / chatgpt-describe-audio-and-chat-with-ai
This is Laravel Project, You can submit any Audio file, AI will transcript it, and you can further ask Question about this Audio script.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.3
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.0
- laravel/tinker: ^2.0
- laravel/ui: ^3.4
- orhanerday/open-ai: ^4.9
Requires (Dev)
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3
README
This is Laravel Project, You can submit any Audio file, AI will transcript it, and you can further ask Question about this Audio script.
How to Use it
Just Download and run
composer create-project shababsoftwares/chatgpt-describe-audio-and-chat-with-ai
Setting up .env file
Setup database in .env file
import database_chatgpt.sql file into database, File Located under 'database/database_chatgpt.sql'
You will need to add ChatGPT4 API Key in .env file
Obtain key from the link ChatGPT API Key and add into .env file like below.
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How to RUN
run following commands
composer install
php artisan serve
How to Login
http://localhost:8000/login
Login Details:
Email - chatgpt@test.com Pass: - Abc12345
Upload Audio File
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.
Access to Uploaded file section
You can see previous uploaded audio files, and chat history, and come back anytime to start conversation with AI.
License
The MIT License (MIT). Please see LICENSE for more information.
Shabab Softwares
Shabab Softwares (c) 2024