initial commit
This commit is contained in:
		
							
								
								
									
										26
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| # Video Streaming Proof of Concept | ||||
|  | ||||
| This project is a demo for streaming video output from multiple "client" devices to one "server". This is a basic demo | ||||
| of what sauron-cv seeks to accomplish. | ||||
|  | ||||
| ## Installation | ||||
|  | ||||
| ```shell | ||||
| python -m venv .venv | ||||
| source .venv/bin/activate | ||||
| pip install -r requirements.txt | ||||
| ``` | ||||
|  | ||||
| ## Running | ||||
|  | ||||
| ### Client | ||||
|  | ||||
| ```shell | ||||
| python -m client | ||||
| ``` | ||||
|  | ||||
| ### Server | ||||
|  | ||||
| ```shell | ||||
| python -m server | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user