Skip to content

JaewonAC/image-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixtureInspector

Requirement

Linux & Windows

  1. Docker

Follow instruction in https://www.tensorflow.org/install/docker

In Windows, comment docker-compose.yml file's "runtime: nvidia" line. Since docker doesn't support GPU in windows.

If you want to run server yourself

  1. Install python 3.7.5
  2. In 'config' directory, run pip install -r requirements.txt pip install tensorflow==2.1.0
  3. In 'jalabel_site' directory, run
    python manage.py makemigrations jalabel_app
    python manage.py migrate
    python manage.py runserver
  1. For GPU support, follow instruction below https://www.tensorflow.org/install/gpu

How to start

  1. from /home/your_name/ directory.
git clone https://gitlab.cybermed.co.kr/jaewonac/fixtureinspector.git
cd fixtureinspector
docker-compose up -d
  1. visit http://localhost:8000/dashboard

Future Work

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published