Easily transform your images into written notes.
photes-lite.mp4
This app is initial built by lab2.dev, the AI App Builder for creating streamlit app.
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.
To use Image-to-Note, follow these steps:
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
Execute the following command to run the app:
streamlit run main.py --server.enableXsrfProtection false
A more production-level Image-to-Note SaaS photes.io will be launched soon.