Species detection package for Vetstoria
Project description
Species Recognition Model
Species detection package for Vetstoria
Installation
Install the VetstoriaNER using the python package manager (pip)
pip install VetstoriaNER
How to work on with VetstoriaNER
-
Import to a script file
from VetstoriaNER import EntityRecognizer
-
passing of parameters
ner = EntityRecognizer('<model name or path>') recognizer = ner.recognizeSpecies('<phrase or the sentence>')
Actual code will look like :
from VetstoriaNER import EntityRecognizer
ner = EntityRecognizer('recognize-model')
recognizer = ner.recognizeSpecies('i have a cat')
print(recognizer)
LICENSE
MIT License
Copyright (c) 2020 VetstoriaNER
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for VetstoriaNER-0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7605e37d650daa4b2d6f73f6d05bc911eb81d9820a2bed274cf124ba98c2a06 |
|
MD5 | 049627981cf3832d5446961397bc35b1 |
|
BLAKE2b-256 | c5a790f7098d10ffc42192c4dd674349a475d7a39574f698bc3148c2c07bc9df |