Commit Graph

103 Commits

Author SHA1 Message Date
Robert
747cefca0f First stab at allowing video downloads in the UI 2024-05-10 14:09:37 -07:00
Robert
ecc3630dad Trudging 2024-05-10 13:28:23 -07:00
Robert
4ca327042d Theme change 2024-05-10 00:40:30 -07:00
Robert
578de54813 Replicate on HF Spaces
Added app.py+requirements.txt for HF Spaces
2024-05-10 00:16:36 -07:00
Robert
76e8d48c20 Themes 2024-05-10 00:13:28 -07:00
Robert
9bdd58f92a Playlists are now checked for 2024-05-09 23:22:42 -07:00
Robert
e92cdb163d Update README.md 2024-05-09 23:09:34 -07:00
Robert
cb00c172f1 Update README.md 2024-05-09 22:58:24 -07:00
Robert
cb1e47deb6 HF supported and Demo mode working
Gradio GUI works, API selection + API key input works in Gradio GUI for non-demo,

For Demo, have to hardcode the values. (try to hide the complexity)
2024-05-09 22:29:24 -07:00
Robert
4d92e74267 GUI now doesn't completely error if it fails to get a summary 2024-05-09 20:21:04 -07:00
Robert
59179fb295 Added 'demo' mode, for public hosting on HF 2024-05-09 20:07:58 -07:00
Robert
97a4e825ae Update summarize.py 2024-05-09 18:39:37 -07:00
Robert
f4d1008a34 README updated with picture of GUI 2024-05-09 18:25:19 -07:00
Robert
43f9a46f29 Update README.md 2024-05-09 18:21:49 -07:00
Robert
828665d9c6 Eh 2024-05-09 18:12:23 -07:00
Robert
ed966d2fb7 Meh. 2024-05-09 17:12:34 -07:00
Robert
b861a8c1e9 Improve README, Added more tests 2024-05-09 12:15:40 -07:00
Robert
8f4f5be11f Hey, we got a UI now
Got a gradio UI, thanks Opus. Is partially broken, but its something
2024-05-09 00:09:53 -07:00
Robert
0aa1d9d4ac Renamed diarize to summarize to more accurately reflect what its goal is 2024-05-08 22:39:52 -07:00
Robert
89d32a3b02 Update README.md 2024-05-08 21:41:58 -07:00
Robert
72020e0316 Got ooba working. 2024-05-08 21:39:12 -07:00
Robert
91697a8fc4 Playlists
Added check for playlist and script to generate text file so you can DL/transcribe/summarize entire playlists.

Also added first attempt at some tests
2024-05-08 20:14:41 -07:00
Robert
947ff8a00e Update README.md 2024-05-07 23:02:38 -07:00
Robert
4e5d085792 Update README.md 2024-05-07 22:57:57 -07:00
Robert
8512db771e Fixed up readme 2024-05-07 22:51:59 -07:00
Robert
1efdf0de38 Groq API now works. 2024-05-07 21:52:42 -07:00
Robert
c8b39a07c5 Added first pass of groq and ooba 2024-05-07 18:13:38 -07:00
Robert
111e8d72a9 Can now download the actual videos if you want
Can download full videos, not just audio, by passing '-v' or '--video' flag.

Also added a 'list_of_videos.txt' for testing/validation.
2024-05-07 17:46:55 -07:00
Robert
365f70544b Llama.cpp Server API queries now works.
Title.
2024-05-06 23:43:48 -07:00
Robert
a92ef26266 Fixes 2024-05-06 22:46:25 -07:00
Robert
1ff1be9dfb llama.cpp summarization working
Llama.cpp summarization works.
2024-05-06 22:26:35 -07:00
Robert
d4a15f2155 Update diarize.py 2024-05-06 21:43:52 -07:00
Robert
4efc0f42a8 Cohere API now works.
Cohere API for Command-R and Command-R+ works.
Also, fixed the 'press enter' bit.
2024-05-06 21:43:32 -07:00
Robert
f4bab55bc0 small fixes 2024-05-06 20:46:10 -07:00
Robert
cc82469ef9 ffmpeg print statements + fixes 2024-05-06 20:42:05 -07:00
Robert
a6d87a805b Added more logging + ffmpeg download functionality
Added logging and fixed README '-h' output
2024-05-06 20:32:41 -07:00
Robert
c38a329e3b Added preliminary support for llama.cpp 2024-05-04 21:00:08 -07:00
Robert
dc8c111f57 Update config.txt 2024-05-04 20:44:21 -07:00
Robert
e3a9730f3c Updated requirements.txt & README.md 2024-05-04 20:30:54 -07:00
Robert
b778360719 Update README.md 2024-05-04 20:21:38 -07:00
Robert
c2c7a3c6f6 Summarization through Anthropic and OpenAI working
Summarization through OpenAI and Anthropic's APIs are verified working. Next step is local API endpoints.
2024-05-04 20:20:36 -07:00
Robert
e3e121a83e Still fumbling around 2024-05-04 17:50:55 -07:00
Robert
e80bd9d20a Local file transcription now works.
Local transcription and multi-file input work on Windows.
2024-05-04 14:49:13 -07:00
Robert
c34d7fc0ce Update diarize.py
small changes. Local file processing not currently implemented.
2024-05-04 14:36:42 -07:00
Robert
c8bfe12719 Update diarize.py 2024-05-04 14:23:11 -07:00
Robert
743ea29b84 Change file structure 2024-05-04 14:03:40 -07:00
Robert
b4a32d6014 Making progress...
Added sanity checks for file existence, file naming(remove illegal windows filenames and normalize to ascii), cuda existence,
2024-05-04 13:59:57 -07:00
Robert
d6636897ad Update diarize.py 2024-05-04 13:42:47 -07:00
Robert
4e761eb620 Gpt 2024-05-04 11:56:16 -07:00
WalkThroughTheDoorAndDoTheDinosaur
e13d1c02b4 Cleanup 2024-04-30 21:13:59 -07:00