https://github.com/speciesfilegroup/cs_492_spring
first semester result
https://github.com/speciesfilegroup/cs_492_spring
Last synced: 5 months ago
JSON representation
first semester result
- Host: GitHub
- URL: https://github.com/speciesfilegroup/cs_492_spring
- Owner: SpeciesFileGroup
- Created: 2018-04-28T19:40:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T03:33:52.000Z (about 8 years ago)
- Last Synced: 2024-04-14T07:50:25.394Z (about 2 years ago)
- Language: HTML
- Size: 2.27 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs_492_spring
Install Requirement:
```
pip install -r requirement.txt
```
First start the GRPC server:
```
python 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:
```
python 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)
```
python 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.