Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer authored Feb 15, 2024
1 parent 46564e1 commit 47128d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Try Magika today with our [web demo](https://google.github.io/magika/), which ru
- Near-constant inference time independently from the file size; Magika onlys use a limited subset of the file's bytes.
- Magika uses a per-content-type threshold system that determines whether to "trust" the prediction for the model, or whether to return a generic label, such as "Generic text document" or "Unknown binary data".
- Support three different prediction modes, which tweak the tolerance to errors: `high-confidence`, `medium-confidence`, and `best-guess`.
- It's open source!
- It's open source! (And more is yet to come.)

For more details, see the documentation for the [python package](./python/README.md) (dev [docs](./python/DOCS.md)) and for the [js package](./js/README.md) (dev [docs](./js/DOCS.md)).

Expand Down Expand Up @@ -102,6 +102,11 @@ $ magika code.py --json
]
```

```bash
$ cat doc.ini | magika -
-: INI configuration file (text)
```

```help
$ magika -h
Usage: magika [OPTIONS] [FILE]...
Expand Down

0 comments on commit 47128d6

Please sign in to comment.