-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jenniferajiang
committed
Jun 18, 2024
1 parent
c0049b0
commit add3e7a
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
[tool.poetry] | ||
name = "healthchain" | ||
version = "0.1.0" | ||
description = "Remarkably simple LLM prototyping and testing in healthcare context." | ||
version = "0.2.0" | ||
description = "Remarkably simple testing and validation of AI/NLP applications in healthcare context." | ||
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"] | ||
license = "MIT" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
||
documentation = "https://dotimplement.github.io/HealthChain/" | ||
keywords = ["nlp", "ai", "llm", "healthcare", "ehr"] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Healthcare Industry", | ||
"Intended Audience :: Science/Research", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/dotimplement/HealthChain" | ||
"Homepage" = "https://dotimplement.github.io/HealthChain/" | ||
"Repository" = "https://github.com/dotimplement/HealthChain" | ||
|
||
[tool.poetry.dependencies] | ||
|