Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perone/feste
Feste is a free and open-source framework allowing scalable composition of NLP tasks using a graph execution model that is optimized and executed by specialized schedulers.
https://github.com/perone/feste
deep-learning language-model machine-learning nlp
Last synced: 18 days ago
JSON representation
Feste is a free and open-source framework allowing scalable composition of NLP tasks using a graph execution model that is optimized and executed by specialized schedulers.
- Host: GitHub
- URL: https://github.com/perone/feste
- Owner: perone
- License: apache-2.0
- Created: 2023-02-20T13:54:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-19T00:03:56.000Z (over 1 year ago)
- Last Synced: 2024-10-11T20:43:19.215Z (about 1 month ago)
- Topics: deep-learning, language-model, machine-learning, nlp
- Language: Python
- Homepage: https://feste.readthedocs.io
- Size: 397 KB
- Stars: 40
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
![](/docs/source/_static/feste_logo.png)
## Feste
[![lint](https://github.com/perone/feste/actions/workflows/lint.yml/badge.svg)](https://github.com/perone/feste/actions/workflows/lint.yml) [![test](https://github.com/perone/feste/actions/workflows/test.yml/badge.svg)](https://github.com/perone/feste/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/perone/feste/branch/main/graph/badge.svg?token=OP45ZTZ6QX)](https://codecov.io/gh/perone/feste) [![Documentation Status](https://readthedocs.org/projects/feste/badge/?version=latest)](https://feste.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
## ⚡ Installation
`pip install feste`
## 📖 Documentation
Please see [here](https://feste.readthedocs.io/en/latest/?) for the
documentation about:- Installation
- Getting started
- Tutorials
- API documentation