Metadata-Version: 2.1
Name: summed
Version: 0.1.0
Summary: SumMed empowers patients and caregivers to better understand medical information
Home-page: https://github.com/whatchacallit/summed
Author: SumMed Team
Author-email: hello@summed.org
License: MIT license
Keywords: summed
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8, <3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click (>=8.0.3)
Requires-Dist: pydantic (<1.9.0)
Requires-Dist: requests (>=2.26.0)
Requires-Dist: requests-file (>=1.5.1)
Requires-Dist: python-dotenv (>=0.19.2)
Requires-Dist: azure-core (>=1.21.1)
Requires-Dist: azure-storage-blob (>=12.9.0)
Requires-Dist: azure-ai-textanalytics (>=5.1.0)
Requires-Dist: azure-ai-formrecognizer (>=3.1.2)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: spacy[lookups] (>=3.2.1)
Requires-Dist: pytextrank (>=3.2.2)
Requires-Dist: en-core-web-sm
Requires-Dist: ru-core-news-sm
Requires-Dist: pt-core-news-sm
Requires-Dist: de-core-news-sm
Requires-Dist: xx-sent-ud-sm
Requires-Dist: openai (>=0.16.0)
Requires-Dist: boilerpy3 (>=1.0.6)
Requires-Dist: pluggy (>=0.13.1)
Requires-Dist: charset-normalizer (>=2.0.12)
Requires-Dist: lxml (>=4.5.0)
Requires-Dist: scispacy (>=0.5.0)
Requires-Dist: pikepdf (>=5.1.3)
Requires-Dist: streamlit (>=1.10.0)
Requires-Dist: fastapi (>=0.85.1)
Requires-Dist: uvicorn (>=0.19.0)

======
SumMed
======


.. image:: https://img.shields.io/pypi/v/summed.svg
        :target: https://pypi.python.org/pypi/summed

.. image:: https://img.shields.io/travis/faxg/summed.svg
        :target: https://travis-ci.com/faxg/summed

.. image:: https://readthedocs.org/projects/summed/badge/?version=latest
        :target: https://summed.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/faxg/summed/shield.svg
     :target: https://pyup.io/repos/github/faxg/summed/
     :alt: Updates



SumMed empowers patients and caregivers to better understand medical information


* Free software: MIT license
* Documentation: https://summed.readthedocs.io.


Features
--------

* Domain-specific NLP functionality to analyze medical text in multiple languages
* leverages a set of Cloud APIs and custom logic to analyze medical text
* We take a patient (rather than a medical professional) perspective
* Extract text from a variety of sources (web article, PDF, images, ...)
* Perform text analysis: medical NER, extractive- and abstractive summarization, optional translation, analogy finder 
* Find highly relevant, trustworthy information related to the patient's condition
* Lookup terms and phrases from an medical dictionary (e.g. MW medical dictionary or SNOMED)
* Trust score and responsible A.I.: indicate level of trust of a medical text, and explain confidence in our (automatic) understanding and reasoning about it. 
* Easy to use and extend 


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-12-23)
------------------

* First early-access release on PyPI.
* datamodel and core functionality
