A collection of tools built with Streamlit.
Tools include:
-
dbchat - Chat to your DB
-
sqlcsv - Download sql query results as csv
-
images - Manage your Cloudflare images
Please mind that do not use Python 3.12 as it is not supported by streamlit atm. Recommand using venv to install the dependencies. Feel free to remove/add dependencies from requirements.txt as needed, e.g. replace pgcopy2 if you need to connect to other database than PostgreSQL
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Rename '.env.example' to '.env' and fill in the required information.
streamlit run index.py