Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuentinWach/obsidian_ai
๐ฎโ๐ป Automatically organize and augment the quality of your obsidian.md notes with OpenAI's GPT3.
https://github.com/QuentinWach/obsidian_ai
gpt gpt-3 gpt-4 llm markdown note-taking notes obsidian-md openai organization productivity second-brain
Last synced: 3 months ago
JSON representation
๐ฎโ๐ป Automatically organize and augment the quality of your obsidian.md notes with OpenAI's GPT3.
- Host: GitHub
- URL: https://github.com/QuentinWach/obsidian_ai
- Owner: QuentinWach
- Created: 2024-04-17T01:13:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:10:16.000Z (4 months ago)
- Last Synced: 2024-07-26T19:29:38.118Z (4 months ago)
- Topics: gpt, gpt-3, gpt-4, llm, markdown, note-taking, notes, obsidian-md, openai, organization, productivity, second-brain
- Language: Python
- Homepage:
- Size: 758 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฎ Augmenting Obsidian.md with AI
Quickly organize your markdown notes in Obsidian.md using **OpenAI**โs large language models. Any random, untagged, empty, or unlinked notes? No more. This little script will fill the gaps, connect what belongs together, and even create high level organizing nodes if a specific topic has a lot of notes.
Again, this script systematically organizes & augments all your notes by
+ ๐ง reading and understanding every note
+ ๐ท remembering potential *tags* and *topics*
+ ๐งถ [[linking]] and tagging up what belongs together
+ ๐จ graph meta-data of your vault including
+ a GitHub-like activity timeline
+ a bar-chart of your most popular tags.
---
### โ How to Use
1. Install `Python3` and `pip install matplotlib openai`.
2. Copy-paste the link to your vault's directory and optionally your OpenAI key into the script.
3. Run the script!It is that easy.
---
> **Give this repo a โญ** and let me know right here if you have any ideas or reach out to me on **X** [@QuentinWach](https://twitter.com/QuentinWach).