Skip to content

szkocot/dinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinder

app photo

Deployed app: https://szkocot-dinder-app-avfitf.streamlit.app/

Description

Dinder is a Tinder-inspired app for simplified image annotation. It allows users to creare project, select images and decide if the image has a certain label or not, for example hot or not hot and save results as csv. The app is built with Steamlit. It supports typical image formats such as jpg, png, jpeg as well as DICOM images.

Installation

To install the app, run the following command:

pip install -r requirements.txt

Docker

To run the app in Docker, run the following command:

docker build -t streamlit .
docker run -d -p 8501:8501 streamlit

How to use

Run the following command to start the app:

streamlit run app.py

License

MIT License

Author

Szymon Kocot

Releases

No releases published

Packages

No packages published