Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release #228

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Connect on LinkedIn to discuss further.
## Security ##
- <b>Secret scanning</b>: Continuous Integration with [GitGuardian](https://www.gitguardian.com/)
- <b>Static Code Analysis</b>: Regular static code scan scan with [Bandit](https://bandit.readthedocs.io/en/latest/)
- <b>Static Code Analysis</b>: Incorporate Snyk for daily static analysis of code
- <b>Static Code Analysis</b>: Incorporate Snyk for static analysis of code on every check in
- <b>Secure Transmission</b>: All secure communications for any network communications
- <b>Dependency Security</b>: All strictest security features enabled in the Github repo

Expand All @@ -104,8 +104,8 @@ Connect on LinkedIn to discuss further.
Note that installation files are generated every few weeks. Generated binaries will almost always trail the latest codebase available in the repo.

Latest Binary
- Generated: 2024-01-30
- Git version: bbe1f4
- Generated: 2024-06-02
- Git version: 3b3502d

1. Install ffmpeg

Expand All @@ -123,7 +123,7 @@ Run these commands in a PowerShell window with administrator privileges. For any

2. Download the zip file from
```
https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link
https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link


Using GPU provides 2-3 times faster reseponse time depending on processing power of GPU.
Expand Down
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Winrar is required for generating binaries from python code. If you do not inten
Install pyInstaller

```
pip install pyinstaller==6.3.0
pip install pyinstaller==6.7.0
```

In the file ```generate_binary.bat``` replace these paths at the top of the file to paths specific to your machine.
Expand All @@ -52,12 +52,12 @@ Run ```generate_binary.bat``` file by replacing paths at the top of the file to

Note that installation files are generated every few weeks. So these file will almost always trail the latest codebase available in the repo.
Latest Binary
- Generated: 2024-01-30
- Git version: bbe1f4
- Generated: 2024-06-02
- Git version: 3b3502d

1. Download the zip file from
```
https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link
https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link
```
2. Unzip the files in a folder.

Expand Down