Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 987 Bytes

Image-to-Note

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.

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.