https://github.com/pythonlessons/gptransco
GPtransco
https://github.com/pythonlessons/gptransco
Last synced: 2 months ago
JSON representation
GPtransco
- Host: GitHub
- URL: https://github.com/pythonlessons/gptransco
- Owner: pythonlessons
- Created: 2024-04-05T07:57:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T18:37:25.000Z (over 1 year ago)
- Last Synced: 2025-09-09T23:37:14.757Z (4 months ago)
- Language: Jupyter Notebook
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.