Skip to content

Commit 19037e7

Browse files
authored
Merge branch 'main' into dev
2 parents 826eec2 + af28f68 commit 19037e7

6 files changed

Lines changed: 15 additions & 19 deletions

File tree

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
·
2020
<a href="https://hub.docker.com/repository/docker/animikhaich/zero-code-tf-classifier">Docker Image</a>
2121
·
22-
<a href="https://github.com/animikhaich/Zero-Code-TF-Classifier/issues/new">Report Bug</a>
22+
<a href="https://github.com/animikhaich/No-Code-Classification-Toolkit/issues/new">Report Bug</a>
2323
·
24-
<a href="https://github.com/animikhaich/Zero-Code-TF-Classifier/issues/new">Request Feature</a>
24+
<a href="https://github.com/animikhaich/No-Code-Classification-Toolkit/issues/new">Request Feature</a>
2525
</p>
2626
</p>
2727
<p align="center">
@@ -54,19 +54,15 @@
5454

5555
## About The Project
5656

57-
Don't know How to Write Complex Python Programs? Feeling Too Lazy to code a complete Deep Learning Training Pipeline Again? Need to Quickly Prototype an Image Classification Model?
58-
59-
Okay, Let's get to the main part. This is a **Containerized Deep Learning-based Image Classifier Training Tool** that allows anybody with some basic understanding of Hyperparameter Tuning to start training an Image Classification Model.
60-
61-
For the Developer/Contributor: The code is easy to maintain and work with. No Added Complexity. Anyone can download and build a Docker Image to get it up and running with the build script.
57+
Containerized Tensorflow-based image classification training utility with Streamlit-based interface designed to choose between common architectures and optimizers for quick hyperparameter tuning, which drastically lowers experimentation time.
6258

6359
## Demo
6460

6561
YouTube Video Link: https://youtu.be/gbuweKMOucc
6662

6763
## Features
6864

69-
- **Zero Coding Required** - I have said this enough, I will repeat one last time: No need to touch any programming language, just a few clicks and start training!
65+
- **No Coding Required** - I have said this enough, I will repeat one last time: No need to touch any programming language, just a few clicks and start training!
7066
- **Easy to use UI Interface** - Built with Streamlit, it is a very user friendly, straight forward UI that anybody can use with ease. Just a few selects and a few sliders, and start training. Simple!
7167
- **Live and Interactive Plots** - Want to know how your training is progressing? Easy! Visualize and compare the results live, on your dashboard and watch the exponentially decaying loss curve build up from scratch!
7268
- **Multi-Framework Support** - Now supports both **TensorFlow** and **PyTorch**! Choose the framework that works best for you.
@@ -257,7 +253,7 @@ See the [Changelog](CHANGELOG.md).
257253

258254
## Roadmap
259255

260-
See the [Open Issues](https://github.com/animikhaich/Zero-Code-TF-Classifier/issues?q=is%3Aopen) for a list of proposed features (and known issues).
256+
See the [Open Issues](https://github.com/animikhaich/No-Code-Classification-Toolkit/issues?q=is%3Aopen) for a list of proposed features (and known issues).
261257

262258
See the [Changelog](CHANGELOG.md) a lost of changes currently in development.
263259

@@ -288,15 +284,15 @@ Distributed under the [GNU AGPL V3 License](https://choosealicense.com/licenses/
288284
- Twitter: [@AichAnimikh](https://twitter.com/AichAnimikh)
289285

290286

291-
[contributors-shield]: https://img.shields.io/github/contributors/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
292-
[contributors-url]: https://github.com/animikhaich/Zero-Code-TF-Classifier/graphs/contributors
293-
[forks-shield]: https://img.shields.io/github/forks/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
294-
[forks-url]: https://github.com/animikhaich/Zero-Code-TF-Classifier/network/members
295-
[stars-shield]: https://img.shields.io/github/stars/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
296-
[stars-url]: https://github.com/animikhaich/Zero-Code-TF-Classifier/stargazers
297-
[issues-shield]: https://img.shields.io/github/issues/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
298-
[issues-url]: https://github.com/animikhaich/Zero-Code-TF-Classifier/issues
299-
[license-shield]: https://img.shields.io/github/license/animikhaich/Zero-Code-TF-Classifier.svg?style=flat-square
300-
[license-url]: https://github.com/animikhaich/Zero-Code-TF-Classifier/blob/main/LICENSE
287+
[contributors-shield]: https://img.shields.io/github/contributors/animikhaich/No-Code-Classification-Toolkit.svg?style=flat-square
288+
[contributors-url]: https://github.com/animikhaich/No-Code-Classification-Toolkit/graphs/contributors
289+
[forks-shield]: https://img.shields.io/github/forks/animikhaich/No-Code-Classification-Toolkit.svg?style=flat-square
290+
[forks-url]: https://github.com/animikhaich/No-Code-Classification-Toolkit/network/members
291+
[stars-shield]: https://img.shields.io/github/stars/animikhaich/No-Code-Classification-Toolkit.svg?style=flat-square
292+
[stars-url]: https://github.com/animikhaich/No-Code-Classification-Toolkit/stargazers
293+
[issues-shield]: https://img.shields.io/github/issues/animikhaich/No-Code-Classification-Toolkit.svg?style=flat-square
294+
[issues-url]: https://github.com/animikhaich/No-Code-Classification-Toolkit/issues
295+
[license-shield]: https://img.shields.io/github/license/animikhaich/No-Code-Classification-Toolkit.svg?style=flat-square
296+
[license-url]: https://github.com/animikhaich/No-Code-Classification-Toolkit/blob/main/LICENSE
301297
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
302298
[linkedin-url]: https://linkedin.com/in/animikh-aich/

assets/capture-complete.png

-22.6 KB
Loading

assets/capture-graphs.png

-4.05 KB
Loading

assets/capture-in-progress.png

-23.7 KB
Loading

assets/capture-progress.png

-5.96 KB
Loading

assets/deep-learning.png

-2.05 KB
Loading

0 commit comments

Comments
 (0)