mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Developed an API integration for Google Gemini AI to automatically generate Markdown documentation from transcripts.
This commit is contained in:
+3
-4
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@google/genai": "^1.29.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"express": "^5.1.0",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"express": "^5.1.0"
|
||||
"fluent-ffmpeg": "^2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
@@ -31,5 +32,3 @@
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user