Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codexu/note-gen

NoteGen 是一款 AI 笔记桌面端 APP,旨在通过快速截图和智能识别功能来帮助用户高效记录和管理笔记。
https://github.com/codexu/note-gen

ai chatgpt markdown notes rust tauri

Last synced: 2 days ago
JSON representation

NoteGen 是一款 AI 笔记桌面端 APP,旨在通过快速截图和智能识别功能来帮助用户高效记录和管理笔记。

Awesome Lists containing this project

README

        

# NoteGen

NoteGen 是一个基于 Tauri + ChatGPT 的笔记软件,旨在帮助用户通过截图(核心)或文本复制的方式,快速记录知识片段,从而降低学习时对整体思路的影响。

当完成记录后,它会借助 ChatGPT 自动帮你整理出一篇可读的笔记,随后你可以通过自带的 markdown 编辑器将其整理为文章。

## 特性

- 记录方式:截图、文本(待实现)、插图(待实现)
- OCR 识别
- 关键词分析
- 整理笔记
- 文章管理器
- 收藏夹(待实现)
- 图床(待实现)
- 全局搜索(待实现)
- 回收站(待实现)
- 历史记录(待实现)
- 平台管理(待实现)
- 帮助(待实现)
- 系统设置(待实现)

## 工作流

NoteGen 致力于大幅降低记录和整理的时间成本,将其自动化实现。

```mermaid
flowchart
Action[记录] --> |截图| OCR(文本识别)
Action --> |插图| Desc
Action --> |文本| Keywords(关键词识别)
subgraph 自动化流程
OCR --> Keywords
Keywords --> Desc[内容分析]
Desc --> |ChatGPT| Note[生成笔记]
Desc --> |插图| SM.MS[(图床)]
SM.MS --> Note
end
Note --> |编辑、发布| Article[文章]
```

> 整个自动化流程走下来,已经整理出一篇可读性不错的笔记。

## MACOS

暂时还未申请苹果开发者,无法打开使用以下命令:

```sh
sudo xattr -rds com.apple.quarantine /Applications/note_gen.app
```