Metadata-Version: 2.1
Name: flippers
Version: 0.0.1a0
Summary: Flippers is a weak supervision library for creating high quality labels using your domain kownledge and other weak supervision sources.
Project-URL: Documentation, https://github.com/liamtoran/flippers#readme
Project-URL: Issues, https://github.com/liamtoran/flippers/issues
Project-URL: Source, https://github.com/liamtoran/flippers
Author-email: "liam.toran" <liam.toran@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: pandas
Description-Content-Type: text/markdown

# Library in Construction...

# Flippers - A Weak Supervision Library
![GitHub last commit](https://img.shields.io/github/last-commit/liamtoran/flippers)
![GitHub](https://img.shields.io/github/license/liamtoran/flippers)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flippers)

Flippers is a  weak supervision library for efficient and accurate data labeling and training.

With Flippers, you can leverage your domain knowledge, heuristics and other weak supervision sources to generate high-quality labels for your training data.

# Features
- 1
- 2
- 3

# Installation
To get started with Flippers, simply install the library and import it into your project.

`pip install flippers`

# Quick Start example
```python
hello world
```

# Troubleshooting
If you have any questions or issues with Flippers, please consult the documentation or reach out in the GitHub issues(link) page for support.

# Contributing

Flippers is an open-source project, and contributions are welcome! If you would like to contribute to Flippers, please read the `CONTRIBUTING.md` file for guidelines and instructions.

