No description
Find a file
Clelia (Astra) Bertelli ca9ee1250c Renaming to NotebookLlama
2025-06-30 22:31:22 +02:00
.github/workflows Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
data/test Refactor + workflow 2025-06-28 19:48:54 +02:00
src/notebookllama Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
tests Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
tools Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
.DS_Store UI + final touches 2025-06-28 22:07:44 +02:00
.env.example Adding observability dashboard 2025-06-29 12:01:17 +02:00
.gitignore UI + final touches 2025-06-28 22:07:44 +02:00
.pre-commit-config.yaml Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
.python-version first commit 2025-06-27 22:47:48 +02:00
compose.yaml Adding observability dashboard 2025-06-29 12:01:17 +02:00
CONTRIBUTING.md first commit 2025-06-27 22:47:48 +02:00
LICENSE Adding document chat and moving to a multi-page app 2025-06-28 23:25:13 +02:00
pyproject.toml Adding observability dashboard 2025-06-29 12:01:17 +02:00
README.md Renaming to NotebookLlama 2025-06-30 22:31:22 +02:00
uv.lock Adding observability dashboard 2025-06-29 12:01:17 +02:00

NotebookLlaMa🦙

A fluffy and open-source alternative to NotebookLM!

This project is aimed at producing a fully open-source, LlamaCloud-backed alternative to NotebookLM.

Get it up and running!

Get the GitHub repository:

git clone https://github.com/run-llama/notebookllama

Install dependencies:

cd notebooklm-clone/
uv sync

Modify the .env.example file with your API keys:

Rename the file to .env:

mv .env.example .env

Now, you will have to execute the following scripts:

uv run tools/create_llama_extract_agent.py
uv run tools/create_llama_cloud_index.py

And you're ready to set up the app!

Launch Postgres and Jaeger:

docker compose up -d

Run the MCP server:

uv run src/notebookllama/server.py

Now, launch the Streamlit app:

streamlit run src/notebookllama/Home.py

Important

You might need to install ffmpeg if you do not have it installed already

And start exploring the app at http://localhost:8751/.

Contributing

Contribute to this project following the guidelines.

License

This project is provided under an MIT License.