Skip to content

Commit

Permalink
Upgrade to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BergLucas committed Jul 24, 2023
1 parent 57fa346 commit a593dad
Show file tree
Hide file tree
Showing 3 changed files with 2,343 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The application requires:

- [Python](https://www.python.org/) ~= 3.9
- [pip](https://pip.pypa.io/en/stable/)
<!--

## Extras

The application has some extras that can be installed:
Expand All @@ -18,7 +18,7 @@ The application has some extras that can be installed:
- [hf](https://github.com/BergLucas/ImageAnalystHF)
- [tf](https://github.com/BergLucas/ImageAnalystTF)
- [onnx](https://github.com/BergLucas/ImageAnalystONNX)
!-->

## Download & Installation

There is two ways to download and install the application.
Expand All @@ -40,7 +40,7 @@ pip install image_analyst-X.X.X-py3-none-any.whl
```

(Note: The X.X.X must be replaced by the version that you want to install.)
<!--

## Example

This example allows you to track objects from your webcam. It requires the `cv2` extra.
Expand Down Expand Up @@ -77,7 +77,7 @@ with create_frame_generator(0) as frame_generator:

cv2.destroyAllWindows()
```
!-->

## License

All code is licensed for others under a MIT license (see [LICENSE](https://github.com/BergLucas/ImageAnalyst/blob/main/LICENSE)).
Loading

0 comments on commit a593dad

Please sign in to comment.