Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishit-dagli/tf-watcher
Monitor your ML jobs on mobile devices๐ฑ, especially for Google Colab / Kaggle
https://github.com/rishit-dagli/tf-watcher
chakra-ui deep-learning devtools firebase machine-learning pypi pyrebase python python-package python-packages react recharts sphinx tensorflow tf-watcher
Last synced: 12 days ago
JSON representation
Monitor your ML jobs on mobile devices๐ฑ, especially for Google Colab / Kaggle
- Host: GitHub
- URL: https://github.com/rishit-dagli/tf-watcher
- Owner: Rishit-dagli
- License: apache-2.0
- Created: 2021-07-27T12:24:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T17:58:51.000Z (over 1 year ago)
- Last Synced: 2024-10-04T11:59:24.783Z (about 1 month ago)
- Topics: chakra-ui, deep-learning, devtools, firebase, machine-learning, pypi, pyrebase, python, python-package, python-packages, react, recharts, sphinx, tensorflow, tf-watcher
- Language: Python
- Homepage: https://rishit-dagli.github.io/TF-Watcher/
- Size: 10.1 MB
- Stars: 59
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![](media/cover.png)](https://www.youtube.com/watch?v=jFYiZKQa6JQ)
# TF Watcher [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FRishit-dagli%2FTF-Watcher)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FRishit-dagli%2FTF-Watcher)
[![PyPI](https://img.shields.io/pypi/v/tf-watcher)](https://pypi.org/project/tf-watcher/)
[![Test Python package](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/tests.yml)
[![Upload Python Package](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/python-publish.yml)
[![Build Docs](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/sphinx-ci.yml/badge.svg?branch=main)](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/sphinx-ci.yml)
[![Lint Code Base](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/linter.yml/badge.svg?branch=main)](https://github.com/Rishit-dagli/TF-Watcher/actions/workflows/linter.yml)[![DOI](https://zenodo.org/badge/389973536.svg)](https://zenodo.org/badge/latestdoi/389973536)
[![GitHub license](https://img.shields.io/github/license/Rishit-dagli/TF-Watcher)](LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![GitHub stars](https://img.shields.io/github/stars/Rishit-dagli/TF-Watcher?style=social)](https://github.com/Rishit-dagli/TF-Watcher/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Rishit-dagli/TF-Watcher?style=social)](https://github.com/Rishit-dagli/TF-Watcher/network/members)
[![GitHub watchers](https://img.shields.io/github/watchers/Rishit-dagli/TF-Watcher?style=social)](https://github.com/Rishit-dagli/TF-Watcher/watchers)**TF Watcher** is a simple to use Python package and web app which allows you to monitor ๐ your Machine Learning training or testing process on mobile devices ๐ฑ built specially for Google Colab, Azure ML and Kaggle. Dedicated to all ML Developers with โค๏ธ.
## ๐ Project Documentation
[_**Visit the documentation of this project**_](https://rishit-dagli.github.io/TF-Watcher/) to get more information in detail.
## ๐ก About the Project
This project includes two subprojects:
### ๐น [TF Watcher Python Package](/tfwatcher)
This is a *Python Package* built using TensorFlow and Pyrebase (a python wrapper for the Firebase API). This allows to eaisly monitor the metrics you want and writes them to Firebase realtime database.
Navigate to [`/tfwatcher`](/tfwatcher) directory to browse and know more about the TF Watcher Python Package.
### ๐น [TF Watcher Web App](/webapp)
This is a *Web Application* built using React, Chakra-UI, Recharts and Firebase deployed on Azure Static Web Apps. It reads from the Firebase realtime database and displays the logs using charts.
Navigate to [`/webapp`](/webapp) directory to browse and know more about TF Watcher Web App.
## Want to Contribute ๐โโ๏ธ?
Awesome! If you want to contribute to this project, you're always welcome! See [Contributing Guidelines](CONTRIBUTING.md). You can also take a look at [TF Watcher's Project Status Tracker](https://github.com/Rishit-dagli/TF-Watcher/projects/1) for getting more information about current or upcoming tasks.
## Want to discuss? ๐ฌ
Have any questions, doubts or want to present your opinions, views? You're always welcome. You can [start discussions](https://github.com/Rishit-dagli/TF-Watcher/discussions).
## Contributors
- [Rishit Dagli](https://github.com/Rishit-dagli)
- [Shreya Paradkar](https://github.com/shreyaparadkar)
- [Harsh Sharma](https://github.com/harshgeek4coder)## License
```
Copyright 2020 Rishit DagliLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```