SpeciesFileGroup/cs_492_spring

Name: cs_492_spring

Owner: Species File Group

Description: first semester result

Created: 2018-04-28 19:40:15.0

Updated: 2018-05-05 03:33:53.0

Pushed: 2018-05-05 03:33:52.0

Homepage: null

Size: 2384

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

cs_492_spring

Install Requirement:

install -r requirement.txt

First start the GRPC server:

on gRPC_server.py

The server should give an initialization message upon starting, as a confirmation that everything is working correctly

Then start the GRPC client in a new terminal:

on gRPC_client.py

You can also pass in the number of pages in each tile as a argument, for example, including 10000 pages in each tile (This is the deafult number - thus the tile sizes by default are 100 by 100)

on gRPC_client.py 10000

Once the server is done streaming all the data back to the client in chunks, the client passes them to the visualizer. The visualizer creates a set of tiles, which are stored in the /tiles directory.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.