No description
  • Python 71.9%
  • HTML 20.9%
  • Shell 5.8%
  • Dockerfile 1.4%
Find a file
2025-07-28 13:33:11 +02:00
data Add example file 2024-11-27 11:40:57 +01:00
.gitignore Add example file 2024-11-27 11:40:57 +01:00
app.py Add UI 2025-02-14 15:23:27 +01:00
backend_issues.py Source codes 2024-11-27 10:36:36 +01:00
clustering.py Add UI 2025-02-14 15:23:27 +01:00
Dockerfile Source codes 2024-11-27 10:36:36 +01:00
layout.html Add UI 2025-02-14 15:23:27 +01:00
README.md Format readme 2024-11-27 12:12:55 +01:00
rebuild.sh Add example file 2024-11-27 11:40:57 +01:00
requirements.txt Source codes 2024-11-27 10:36:36 +01:00
run.sh Add example file 2024-11-27 11:40:57 +01:00

Usage

Requirements: Needs podman or docker.

./run.sh runs python with script name (*.py not needed) and parameters.

Example:

./run.sh clustering -f "data/input.csv"

./run.sh clustering --help prints help for this skript

This will search for file input.csv in ./data folder. Note that anything outside of data folder is invisible for docker container.

If you are running the script directly using python, then file visibility is not the problem.

Input data

Script requires data in csv format separated by ;

Summary column is required.

Rebuilding image

if needed, rebuild.sh rebuilds the image

run.sh also builds image, if not found and it will create container with volumes in /data folder.