https://github.com/iroyalx/parallelism
UNI S6: Parallel processing final project
https://github.com/iroyalx/parallelism
docker fastapi parallel-computing parallel-programming parallelism
Last synced: 10 months ago
JSON representation
UNI S6: Parallel processing final project
- Host: GitHub
- URL: https://github.com/iroyalx/parallelism
- Owner: IRoyalX
- License: mit
- Created: 2024-07-09T23:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:18:27.000Z (over 1 year ago)
- Last Synced: 2025-01-21T23:27:27.660Z (12 months ago)
- Topics: docker, fastapi, parallel-computing, parallel-programming, parallelism
- Language: Python
- Homepage: https://RezaNaghdi.IR
- Size: 3.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
نمونه تمرین های پردازش موازی با فست ای پی آی داکرایز شده و 3 سناریو گوناگون برای هرکدام
Project Report: https://github.com/IRoyalX/parallelism/blob/main/Parallelism_Report.pdf
#---------------------------------------------------------------------------------------------------------------------
Docker Installation:
1) git clone https://github.com/IRoyalX/parallelism.git
2) cd parallelism
3) docker build -t parallelism .
4) docker run -d -p 80:80 parallelism
#---------------------------------------------------------------------------------------------------------------------