Skip to main content

Required Libraries

The application depends on the following Python libraries (defined in requirements.txt):
Built-in Python libraries (base64, io, sys, os, re, datetime) are also used but require no installation.

Installation

1. Clone the repository
2. Create a virtual environment (recommended)
3. Install dependencies

Running the App

Local Development

The app will start at http://localhost:8501 and open automatically in your browser.

Production Server

The app runs as a system daemon named sahyogi on the Linux production server.
For server routing and Cloudflare tunnel details, refer to server_commands.md.