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.

v1.0 2024-01-19 20:32 UTC

This package is auto-updated.

Last update: 2024-04-19 21:10:28 UTC


README

Downloads License

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

www.shababsoftwares.com

Shabab Softwares (c) 2024