Metadata-Version: 2.1
Name: vizchain
Version: 0.1.1
Summary: A tiny language interpreter
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp==3.8.6
Requires-Dist: aiosignal==1.3.1
Requires-Dist: async-timeout==4.0.3
Requires-Dist: attrs==23.1.0
Requires-Dist: certifi==2023.7.22
Requires-Dist: charset-normalizer==3.3.0
Requires-Dist: frozenlist==1.4.0
Requires-Dist: idna==3.4
Requires-Dist: multidict==6.0.4
Requires-Dist: openai==0.28.1
Requires-Dist: requests==2.31.0
Requires-Dist: tqdm==4.66.1
Requires-Dist: urllib3==2.0.6
Requires-Dist: yarl==1.9.2

# vizchain

GPT4-V

## Installation

```bash
$ pip install vizchain
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`vizchain` was created by Andrew Stelmach. It is licensed under the terms of the MIT license.

## Credits

`vizchain` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
