├── .gitignore ├── MELA ├── __init__.py └── evaluation_medistinum.py ├── README.md └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HINTLab/MELA-Challenge/HEAD/.gitignore -------------------------------------------------------------------------------- /MELA/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MELA/evaluation_medistinum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HINTLab/MELA-Challenge/HEAD/MELA/evaluation_medistinum.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HINTLab/MELA-Challenge/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HINTLab/MELA-Challenge/HEAD/requirements.txt --------------------------------------------------------------------------------