This is the backend code of the application that transcribes and creates a Title and Description for the uploaded video using the OpenAI API.
- Clone this repository;
- Run your preferred command to install dependencies:
npm install
yarn install
oryarn
- Run the app with:
npm run dev
yarn run dev
oryarn dev
- Go to the frontend repository and follow its instructions: Backend Repo
- Upload your video (.mp4);
- Prompt keywords to your assist your transcription;
- Select the prompt for Youtube Title or Description;
- Select the temperature desired;
- Execute and happy AI-ing!