Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).