Metadata-Version: 2.4
Name: tf-extensions
Version: 0.1.0
Author: albertfarhutdinov@gmail.com
License: MIT
License-File: LICENSE
Requires-Python: <3.12,>=3.9
Requires-Dist: ipython<9.1
Requires-Dist: keras<2.15
Requires-Dist: numpy<1.24
Requires-Dist: pytest<8.4
Requires-Dist: pyyaml<6.1
Requires-Dist: tensorflow-intel<2.15; sys_platform == 'win32'
Requires-Dist: tensorflow-io-gcs-filesystem<0.32.0; sys_platform == 'win32'
Requires-Dist: tensorflow<2.15
Description-Content-Type: text/markdown

# tf_extensions

![GitHub repo size](https://img.shields.io/github/issues/AlbertFarkhutdinov/tf_extensions)
![PyPI version](https://img.shields.io/pypi/v/tf-extensions)
![GitHub contributors](https://img.shields.io/github/contributors/AlbertFarkhutdinov/tf_extensions)
![GitHub stars](https://img.shields.io/github/stars/AlbertFarkhutdinov/tf_extensions)
![GitHub forks](https://img.shields.io/github/forks/AlbertFarkhutdinov/tf_extensions)
![GitHub licence](https://img.shields.io/github/license/AlbertFarkhutdinov/tf_extensions)

`tf_extensions` is a package that provides custom implementations of layers, losses and models.

## Installing `tf_extensions`

To install `tf_extensions`, follow these steps:

Linux and MacOS:
```
pip3 install tf-extensions
```

Windows:
```
pip install tf-extensions
```

## Contributing to `tf_extensions`
To contribute to `tf_extensions`, follow these steps:

1. Fork this repository.
2. Create a branch: `git checkout -b <branch_name>`.
3. Make your changes and commit them: `git commit -m '<commit_message>'`.
4. Push to the original branch: `git push origin <project_name>/<location>`.
5. Create the pull request.

Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## Contributors

* [@AlbertFarkhutdinov](https://github.com/AlbertFarkhutdinov) 

## Contact

If you want to contact me you can reach me at `albertfarhutdinov@gmail.com`.

## License
This project is licensed under the [MIT License](https://github.com/AlbertFarkhutdinov/tf_extensions/blob/main/LICENSE).