Mathison Turing Python SDK
Project description
MathisonTuring
MathisonTuring is a Python library for submitting tasks in projects created in the Mathison Turing website.
Installation
Use the package manager pip to install MathisonTuring.
pip install mathisonturing
Login
import mathisonturing.tools as mt
project_name = mt.auth(institution, project, token) # returns auth class
Bounding box task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"with_labels":bool,
"min_width":int,
"min_height": int,
"if_not_conclusive": str,
}
## publish bounding box task
project_name.bounding_box(dict).publish()
Classification task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"choices":bool,
"if_not_conclusive": str,
}
## publish classification task
project_name.classification(dict).publish()
Cuboid task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"if_not_conclusive": str,
}
## publish classification task
project_name.cuboid(dict).publish()
Splines task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"splines":bool,
"with_labels":bool,
"if_not_conclusive": str,
}
## publish classification task
project_name.splines(dict).publish()
Point task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"splines":bool,
"with_labels":bool,
"if_not_conclusive": str,
}
## publish classification task
project_name.point(dict).publish()
Polygon task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"with_labels":bool,
"if_not_conclusive": str,
}
## publish classification task
project_name.polygon(dict).publish()
Segmentation task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"with_labels":bool,
"if_not_conclusive": str,
}
## publish classification task
project_name.segmentation(dict).publish()
Transcription task
## dict example
dict = {
"instruction":str,
"attachement": str,
"attachement_type": str,
"objects_to_annotate": list,
"if_not_conclusive": str,
}
## publish classification task
project_name.transcription(dict).publish()
License
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file MathisonTuring-0.0.6-py3-none-any.whl.
File metadata
- Download URL: MathisonTuring-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c1bb735311d6561b9e1b9e46c5be99b5c6b9716716923a5d2ead9bd854efe4
|
|
| MD5 |
7d297753f7c4f500da15dccfb8bc2a40
|
|
| BLAKE2b-256 |
e1b8aa8ffda0a6d10eb69282c925065126a94760654ba974391c43296ccd0e71
|