Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumegenthial/config-python
Tools and techniques for configurable python code
https://github.com/guillaumegenthial/config-python
Last synced: about 23 hours ago
JSON representation
Tools and techniques for configurable python code
- Host: GitHub
- URL: https://github.com/guillaumegenthial/config-python
- Owner: guillaumegenthial
- Created: 2020-02-22T19:33:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T19:34:45.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T15:50:26.603Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools and techniques for configurable python code
See the [blog post](https://guillaumegenthial.github.io/config-python-techniques.html).
We take a dummy example (a `Model` made of `Layers`, each layer using the same `Vocab`), and cover different ways of configuring pipelines
- [with python](./with-python)
- [with-json](./with-json)
- [with-assembler](./with-assembler)
- [with-gin](./with-gin)## Install
```bash
pip install -r requirements.txt
```## Run
Each of the examples contains a detailed `README` as well as a `run.py` script.