Update website/meta/universe.json

Co-authored-by: Basile Dura <bdura@users.noreply.github.com>
This commit is contained in:
royashcenazi 2023-05-10 13:48:18 +03:00 committed by GitHub
parent e272fe812c
commit bfda0a9c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"id": "parsigs", "id": "parsigs",
"title": "parsigs", "title": "parsigs",
"slogan": "Structuring prescriptions text made simple using spaCy", "slogan": "Structuring prescriptions text made simple using spaCy",
"description": "Parsigs is an open-source project that aims to extract the relevant dosage information from prescriptions text without compromising the patient's privacy. Notice you also need to install the model in order to use tha package: `pip install https://huggingface.co/royashcenazi/en_parsigs/resolve/main/en_parsigs-any-py3-none-any.whl`", "description": "Parsigs is an open-source project that aims to extract the relevant dosage information from prescriptions text without compromising the patient's privacy.\n\nNotice you also need to install the model in order to use the package: `pip install https://huggingface.co/royashcenazi/en_parsigs/resolve/main/en_parsigs-any-py3-none-any.whl`",
"github": "royashcenazi/parsigs", "github": "royashcenazi/parsigs",
"pip": "parsigs", "pip": "parsigs",
"code_language": "python", "code_language": "python",