|
281 | 281 | OpenCV (Open Source Computer Vision Library) is free for commercial use. |
282 | 282 | OpenCV is a well-documented and supported Computer Vision library |
283 | 283 | since it has been available and been developed on for over 15 years at this point. |
284 | | - OpenCV is available in many programming language |
| 284 | + OpenCV is available in many programming language |
285 | 285 | including Python, which was one of the requirements specified by the client. |
286 | 286 | OpenCV now also supports multi-core hardware acceleration, which will |
287 | 287 | increase efficiency drastically. \\ |
|
368 | 368 | that are considered the norm in the industry. |
369 | 369 |
|
370 | 370 | \cleardoublepage |
371 | | - \begin{minipage}[b]{0.20\linewidth} |
| 371 | + \begin{minipage}[b]{0.15\linewidth} |
372 | 372 | \subsection{\href{https://snyk.io}{Snyk}} |
373 | 373 | \vspace{5mm} |
374 | 374 | \end{minipage} |
375 | | - \begin{minipage}[b]{0.80\linewidth} |
| 375 | + \begin{minipage}[b]{0.85\linewidth} |
376 | 376 | \includegraphics[width=1.0cm]{img/snyk.png} |
377 | 377 | \end{minipage} |
378 | 378 | Snyk supports testing and monitoring Python projects that have their dependencies |
|
382 | 382 | Hutts verification used several helpful open-source dependencies. However, not all these |
383 | 383 | dependencies can ensure that they are up to date and secure. |
384 | 384 | Snyk was used as a support tool to help prevent this problem by probing us the means |
385 | | - to detect and fix any vulnerabilities that could affect the performance or security of our project. |
386 | | - |
387 | | - |
| 385 | + to detect and fix any vulnerabilities that could affect the performance or security of our project.\\ |
| 386 | + |
| 387 | + \begin{minipage}[b]{0.18\linewidth} |
| 388 | + \subsection{\href{https://www.docker.com}{Docker}} |
| 389 | + \vspace{1mm} |
| 390 | + \end{minipage} |
| 391 | + \begin{minipage}[b]{0.82\linewidth} |
| 392 | + \includegraphics[width=1.0cm]{img/docker.png} |
| 393 | + \end{minipage} |
| 394 | + Docker automates the repetitive tasks of setting up and configuring development environments and allows for |
| 395 | + system to be easily deployed to any site and work without hassle\\ |
| 396 | + |
| 397 | + Docker is used to deploy the system and ensure that there is always a stable version of Hutts Verfication system |
| 398 | + and server. |
388 | 399 |
|
389 | 400 | \cleardoublepage |
390 | 401 |
|
|
0 commit comments