allseer 1.0.8
dotnet tool install --global allseer --version 1.0.8
dotnet new tool-manifest
dotnet tool install --local allseer --version 1.0.8
#tool dotnet:?package=allseer&version=1.0.8
nuke :add-package allseer --version 1.0.8
AllSeer
Purpose
To make searching images as easy as grepping text files. This tool supports extracting predictions and generating output images with prediction markup.
Getting Started
Prerequisites
Installation
Global tool
- Install .NET 6 SDK or later
- dotnet tool install --global allseer
Self Contained
win-x64, linux-x64, rhel-x64, osx-x64
Usage
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 -?"

ROADMAP
- 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!
Contributing
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
<p align="right">(<a href="#top">back to top</a>)</p>
License
Usage is provided under the MIT License. See LICENSE for the full details.
Acknowledgments
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.