Skip to content

LLM-powered filesystem, search, Q/A, and summarization over your personal and educational content. Upload PDF documents or ingest web articles using a chrome extension to boost your productivity.

Notifications You must be signed in to change notification settings

second-brain-labs/web-app

Repository files navigation

Setup

Pre-commit hooks are used to ensure code quality. To install them, run the following commands:

pip3 install pre-commit
pre-commit install

Note that pre-commit hooks are run automatically on commit, but you can also run them manually with pre-commit run --all-files. pre-commit configuration is stored in .pre-commit-config.yaml, and currently includes a ruff check.

Backend-specific

See backend/README.md

Development

Install `Docker` and `docker-compose`. Then, run `docker-compose up` to start the backend and frontend

About

LLM-powered filesystem, search, Q/A, and summarization over your personal and educational content. Upload PDF documents or ingest web articles using a chrome extension to boost your productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published