Spaces:
Running
on
T4
Running
on
T4
gabrielchua
commited on
Commit
β’
a80cda1
1
Parent(s):
d18ad60
update README
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ sdk_version: 5.0.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
header: mini
|
11 |
-
short_description: Personalised Podcasts For
|
12 |
---
|
13 |
|
14 |
# Open NotebookLM
|
@@ -17,6 +17,12 @@ short_description: Personalised Podcasts For Everyone - Available in 13 Language
|
|
17 |
|
18 |
This project is inspired by the NotebookLM tool, and implements it with open-source LLMs and text-to-speech models. This tool processes the content of a PDF, generates a natural dialogue suitable for an audio podcast, and outputs it as an MP3 file.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Features
|
21 |
|
22 |
- **Convert PDF to Podcast:** Upload a PDF and convert its content into a podcast dialogue.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
header: mini
|
11 |
+
short_description: Personalised Podcasts For All - Available in 13 Languages
|
12 |
---
|
13 |
|
14 |
# Open NotebookLM
|
|
|
17 |
|
18 |
This project is inspired by the NotebookLM tool, and implements it with open-source LLMs and text-to-speech models. This tool processes the content of a PDF, generates a natural dialogue suitable for an audio podcast, and outputs it as an MP3 file.
|
19 |
|
20 |
+
Built with:
|
21 |
+
- [Llama 3.1 405B π¦](https://huggingface.co/meta-llama/Llama-3.1-405B) via [Fireworks AI π](https://fireworks.ai/)
|
22 |
+
- [MeloTTS π](https://huggingface.co/myshell-ai/MeloTTS-English)
|
23 |
+
- [Bark πΆ](https://huggingface.co/suno/bark)
|
24 |
+
- [Jina Reader π](https://jina.ai/reader/)
|
25 |
+
|
26 |
## Features
|
27 |
|
28 |
- **Convert PDF to Podcast:** Upload a PDF and convert its content into a podcast dialogue.
|