Metadata-Version: 2.1
Name: traitgpt
Version: 0.0.10
Summary: Mapping trait to ontology using GPT.
Home-page: https://github.com/Jianhua-Wang/traitgpt
License: MIT
Author: Jianhua Wang
Author-email: jianhua.mert@gmail.com
Requires-Python: >=3.9,<3.13
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: faiss-cpu (>=1.8.0,<2.0.0)
Requires-Dist: langchain-community (>=0.2.0,<0.3.0)
Requires-Dist: langchain-openai (>=0.1.7,<0.2.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# TraitGPT


[![pypi](https://img.shields.io/pypi/v/traitgpt.svg)](https://pypi.org/project/traitgpt/)
[![python](https://img.shields.io/pypi/pyversions/traitgpt.svg)](https://pypi.org/project/traitgpt/)
[![Build Status](https://github.com/Jianhua-Wang/traitgpt/actions/workflows/dev.yml/badge.svg)](https://github.com/Jianhua-Wang/traitgpt/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/Jianhua-Wang/traitgpt/branch/main/graphs/badge.svg)](https://codecov.io/github/Jianhua-Wang/traitgpt)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)



Mapping trait to ontology using GPT


* Documentation: <https://Jianhua-Wang.github.io/TraitGPT>
* GitHub: <https://github.com/Jianhua-Wang/traitgpt>
* PyPI: <https://pypi.org/project/traitgpt/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.

