Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

CRICDatabase/searchable-image-database-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell Recognition For Inspection of Cervix

CRIC Searchable Image Database is a public cervical cell image database aiming supporting cervical cancer analysis of Pap smear.

https://cricdatabase.com.br/ used this source code until 01 July, 2020. This code was superseded by http://github.com/cricdatabase.

Testing (with Docker)

To create the containers (if need) and launch them, execute

$ docker-compose up -d

The first time, docker-compose will download some images. This process will take some time but will only happen during the first time.

Access http://localhost:8080/ from your web browser to test the CRIC Searchable Image Database.

To stop the containers, execute

$ docker-compose stop

Update Resources

When change files, use

$ docker-compose up --force-recreate

to update the data volume inside the containers.

Load Database Dump

Edit docker-compose.yml to

  mysql:
    volumes:
      - "db_data:/var/lib/mysql"
      - "./mysql/initial_data:/docker-entrypoint-initdb.d"

and add the dump files to ./mysql/initial_data.

About

PHP version of CRIC Searchable Image Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published