https://github.com/observedobserver/notegpt
Open Source Note GPT. Turn your photos and images into text notes (in obsidian)
https://github.com/observedobserver/notegpt
easynote notegpt obsidian ocr picnote picnotes
Last synced: 10 months ago
JSON representation
Open Source Note GPT. Turn your photos and images into text notes (in obsidian)
- Host: GitHub
- URL: https://github.com/observedobserver/notegpt
- Owner: ObservedObserver
- License: mit
- Created: 2024-05-27T05:00:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:43:12.000Z (11 months ago)
- Last Synced: 2025-04-07T13:06:47.555Z (10 months ago)
- Topics: easynote, notegpt, obsidian, ocr, picnote, picnotes
- Language: Python
- Homepage: https://photes.io
- Size: 14.6 KB
- Stars: 90
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Note GPT
Easily transform your images into written notes.
https://github.com/ObservedObserver/photes-lite/assets/22167673/1c7a1fb0-5c00-4960-9f80-8defe34329db
This app is initial built by [lab2.dev](https://lab2.dev), the AI App Builder for creating streamlit app.
## Overview
This project provides a Streamlit app that converts images into written notes. Currently, the app can only be run locally, as it writes directly to the file system.
## Getting Started
To use Image-to-Note, follow these steps:
### 1. Setup Environment
Create a `.streamlit/secrets.toml` file with the following content:
```toml
[openai]
api_key = "your_openai_api_key"
base_url = "optional_openai_base_url" # leave blank if not using
```
### 2. Run Streamlit App
Execute the following command to run the app:
```bash
streamlit run main.py --server.enableXsrfProtection false
```
## What's Coming
For a more production-level tool, check Pixno [Pixno (photes.io)](https://photes.io)