-
Notifications
You must be signed in to change notification settings - Fork 3
Nebula
: Introduce Nebula Transcription Service (Local Whisper + GPT Vision Integration)
#108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Nebula
:Lecture trasncription using Whisper and Gpt4-0
Nebula
:Lecture trasncription using Whisper and Gpt4-0Nebula
: Introduce Nebula Transcription Service (Local Whisper + GPT Vision Integration)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first version looks good in my opinion. I added some comments. Also consider adding some doc comments and also maybe if you could have more files to not have the whole functionality in one file. Also please have a look at the linting test as there are some failing tests
data = request.get_json() | ||
video_url = data.get("videoUrl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another small suggestion: Consider working here with DTOs as you do in Artemis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to look into it.
Overview:
Main Features:
API Endpoint:
POST /start-transcribe
Output: JSON containing a list of transcribed segments with slide numbers.
example
output
How to start the Nebula Transcriber:
Read - README.MD