An open API service indexing awesome lists of open source software.

https://github.com/pythonlessons/gptransco

GPtransco
https://github.com/pythonlessons/gptransco

Last synced: 2 months ago
JSON representation

GPtransco

Awesome Lists containing this project

README

          

# Task description:

Given an audio conversation between two people you need to:

- Produce a concise summary encapsulating the essential points of the conversation.
- Rate the overall sentiment of the dialogue on a scale from 1 to 10, with 1 indicating a highly negative sentiment and 10 denoting a highly positive sentiment.
- Extract key emotions in call with their score for each ranging from 1 to 10 with 1 indicating a highly negative sentiment and 10 denoting a highly positive sentiment.
- Extract Appointment time to Delivery from the dialogue.

We recommend using OpenAI APIs (Whisper and GPT4).

Programming must be done within a Jupyter notebook and stored in your Github repository.

Upon completion please share the Github link with us.

# Solution:
Solution is implemented in `task.ipynb` notebook.