Metadata-Version: 2.3
Name: anamnesisai
Version: 0.4.0
Summary: AI-driven anamnesis collection system in the healthcare domain.
License: BSD 3 Clause
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com>
Requires-Python: >=3.9,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: eval_type_backport (>=0.2) ; python_version < "3.10"
Requires-Dist: fhir-resources (>=8)
Requires-Dist: google-genai (>=1.5.0,<2.0.0)
Requires-Dist: ollama (>=0.4)
Requires-Dist: openai (>=1.52.2)
Requires-Dist: rago (>=0.14.4)
Requires-Dist: torch (>=2.5.0)
Requires-Dist: typeguard (>=4)
Description-Content-Type: text/markdown

![LOGO](/images/logo.png)

# anamnesis.ai

An AI-driven anamnesis collection system in the healthcare domain. The system
will leverage the capabilities of FHIR (Fast Healthcare Interoperability
Resources), the ChatGPT API, Flask (a micro web framework written in Python),
and SQLite (a lightweight database) to facilitate an interactive, user-friendly
platform for collecting patient medical history (anamnesis) through
conversational AI.

- License: BSD 3 Clause
- Documentation: https://osl-incubator.github.io/anamnesisai

