To make searching images as easy as grepping text files. This tool supports extracting predictions and generating output images with prediction markup.
- Install .NET 6 SDK or later
- dotnet tool install --global allseer
win-x64, linux-x64, rhel-x64, osx-x64
Allseer CLI, or allseer, is a command-line tool for generating classification predictions for images. You can filter prediction labels and create images with prediction bounding boxes and markup.
Basic help can be had by "allseer -?"
- Add automated tool / nuget package building
- Add Configurable Model and Weights
- Support downloading model
- Cross platform support (linux, osx, windows)
- Support filtering images and predictions by labels
- Support extracting text from images
- Build platform / architecture specific self contained binaries (linux, windows, osx / x64, x32, ARM, etc)
Pull requests are more than welcomed!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Usage is provided under the MIT License. See LICENSE for the full details.