|
<div align="center"> |
|
|
|
<img src="lamassu-logo.png" width="30%"/> |
|
|
|
</div> |
|
|
|
![Python Version][Python Version Badge] |
|
[![Read the Docs][Read the Docs badge]][Read the Docs URL] |
|
[![PyPI][PyPI project badge]][PyPI project url] |
|
[![GitHub Workflow Status][GitHub Workflow Status badge]][GitHub Workflow Status URL] |
|
![Last Commit][GitHub Last Commit Badge] |
|
[![Apache License badge]][Apache License URL] |
|
|
|
Lamassu |
|
======= |
|
|
|
Lamassu is a project that empowers individual to agnostically run machine learning algorithms to produce ad-hoc NLP |
|
features. |
|
|
|
Documentation |
|
------------- |
|
|
|
[**Lamassu is in beta development phase for the moment**](https://lamassu.readthedocs.io/en/latest/) |
|
|
|
License |
|
------- |
|
|
|
The use and distribution terms for Lamassu are covered by the |
|
[Apache License, Version 2.0][Apache License, Version 2.0]. |
|
|
|
<div align="center"> |
|
<a href="https://opensource.org/licenses"> |
|
<img align="center" width="50%" alt="License Illustration" src="https://github.com/QubitPi/QubitPi/blob/master/img/apache-2.png?raw=true"> |
|
</a> |
|
</div> |
|
|
|
[Apache License badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white |
|
[Apache License URL]: https://www.apache.org/licenses/LICENSE-2.0 |
|
[Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html |
|
|
|
[GitHub Last Commit Badge]: https://img.shields.io/github/last-commit/QubitPi/lamassu/master?logo=github&style=for-the-badge |
|
[GitHub Workflow Status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/lamassu/ci-cd.yml?logo=github&style=for-the-badge |
|
[GitHub Workflow Status URL]: https://github.com/QubitPi/lamassu/actions/workflows/ci-cd.yml |
|
|
|
[Python Version Badge]: https://img.shields.io/badge/Python-3.10-brightgreen?style=for-the-badge&logo=python&logoColor=white |
|
[PyPI project badge]: https://img.shields.io/pypi/v/lamassu?logo=pypi&logoColor=white&style=for-the-badge |
|
[PyPI project url]: https://pypi.org/project/lamassu/ |
|
|
|
[Read the Docs badge]: https://img.shields.io/readthedocs/lamassu?style=for-the-badge&logo=readthedocs&logoColor=white&label=Read%20the%20Docs&labelColor=8CA1AF |
|
[Read the Docs URL]: https://lamassu.readthedocs.io/en/latest/ |
|
|