Skip to content

ObservedObserver/photes-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-to-Note

Easily transform your images into written notes.

photes-lite.mp4

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:

[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:

streamlit run main.py --server.enableXsrfProtection false

What's Coming

A more production-level Image-to-Note SaaS photes.io will be launched soon.

About

Turn your photos and images into text notes (in obsidian)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages