Repositori ini berisi aplikasi web sederhana untuk membantu melabeli lesi acetowhite pada foto pemeriksaan IVA (inspeksi visual dengan asam asetat) serviks. Aplikasi web ini ini dibangun dengan menggunakan framework Laravel. Kode sumber program ini ditulis oleh Arief Purnama Muharram.
- Klon repositori,
git clone https://github.com/ariefpurnamamuharram/Simple-Acetowhite-Labeling-Web-Application.git
atauhttps://github.com/CerviCam/Simple-Acetowhite-Labeling-Web-Application.git
. - Salin file
.env.example
menjadi.env
. Rubah pengatauran akses terhadap database Anda. - Jalankan instalasi Composer dengan perintah
composer install
. - Jalankan perintah
php artisan key:generate
. - Jalankan migrasi database dengan perintah
php artisan migrate
. - Jalankan database seeder dengan perintah
php artisan db:seed
. - Selesai.
- Download koleksi foto IVA positif
curl \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer XXX" \
http://localhost/api/download-iva-positive \
--output file.zip
Ganti XXX
dengan API Token Anda.
- Download koleksi foto IVA negatif
curl \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer XXX" \
http://localhost/api/download-iva-negative \
--output file.zip
Ganti XXX
dengan API Token Anda.
- Download koleksi foto IVA positif
curl \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer XXX" \
http://localhost/api/download-positives \
--output file.zip
Ganti XXX
dengan API Token Anda.
- Download koleksi foto IVA negatif
curl \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer XXX" \
http://localhost/api/download-negatives \
--output file.zip
Ganti XXX
dengan API Token Anda.
Hak cipta aplikasi ini dimiliki penuh oleh Cervicam Research Group. Anda bebas menggunakan aplikasi ini selama untuk tujuan nonkomersil.
Sistem ini telah dipresentasikan pada konferensi ilmiah The International Congress of Asia Oceania Research Organization on Genital Infections and Neoplasia (AOGIN) 2021. Informasi lebih lengkap mengenai penelitian tersebut dapat diakses melalui https://www.researchgate.net/publication/350783419_The_Simple_Acetowhite_Labeling_System_For_Artificial_Intelligence_Dataset_Preparation
Tim riset CerviCam:
- Dr. dr. Hariyono Winarto, Sp.OG(K)Onk.
- dr. Anindya Pradipta Susanto, B.Eng., MM.
- Ucca Ratulangi Widitha, S.Ked., B.Med.Sci(Hons).
- Alessa Fahira, S.Ked.
- Arief Purnama Muharram, S.Ked.
- Harits Abdurrahman, S.Kom.