Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drashevsky committed Mar 24, 2024
2 parents aba46ee + 65fa41b commit 0edc485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![Build TensorNote for Web](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml/badge.svg)](https://github.com/drashevsky/tensornote/actions/workflows/build-web.yml)

**TensorNote** is a lightweight notebook that organizes your thinking for you, quickly and efficiently. It is specifically geared for **rapid capture**. By typing whatever you are thinking into the input box, TensorNote's **magic cursor** will steer your train of thought to the right place for saving an idea or finding related notes. As more stuff is added, TensorNote builds a nested list that groups related items. Under the hood, it uses embeddings, clustering, tfidf, and more to reduce the cognitive load and disruption of organizing your notes. It is local-first, so any ideas you have saved will remain with you. Try it out [here](https://drashevsky.github.io/tensornote/)! Click [here](https://github.com/drashevsky/tensornote/releases/) for the desktop app.
[Try web app ✨](https://drashevsky.github.io/tensornote/) | [Download desktop app 💾](https://github.com/drashevsky/tensornote/releases/)

**TensorNote** is a lightweight notebook that organizes your thinking for you, quickly and efficiently. It is specifically geared for **rapid capture**. By typing whatever you are thinking into the input box, TensorNote's **magic cursor** will steer your train of thought to the right place for saving an idea or finding related notes. As more stuff is added, TensorNote builds a nested list that groups related items. Under the hood, it uses embeddings, clustering, tfidf, and more to reduce the cognitive load and disruption of organizing your notes.

![Screenshot of TensorNote](docs/TensorNoteScreenshot.png)

Expand Down

0 comments on commit 0edc485

Please sign in to comment.