All Projects → Tessellate-Imaging → Monk_gui

Tessellate-Imaging / Monk_gui

Licence: apache-2.0
A Graphical user Interface for deep learning and computer vision over Monk Libraries

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Monk gui

Monk v1
Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Stars: ✭ 480 (+300%)
Mutual labels:  hacktoberfest, deeplearning, machinelearning
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (+264.17%)
Mutual labels:  hacktoberfest, deeplearning
Onepanel
The open and extensible integrated development environment (IDE) for computer vision with built-in modules for model building, automated labeling, data processing, model training, hyperparameter tuning and workflow orchestration.
Stars: ✭ 428 (+256.67%)
Mutual labels:  deeplearning, machinelearning
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+5552.5%)
Mutual labels:  deeplearning, machinelearning
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+199.17%)
Mutual labels:  deeplearning, machinelearning
Awesome Cybersecurity Datasets
A curated list of amazingly awesome Cybersecurity datasets
Stars: ✭ 380 (+216.67%)
Mutual labels:  deeplearning, machinelearning
Treelstm.pytorch
Tree LSTM implementation in PyTorch
Stars: ✭ 476 (+296.67%)
Mutual labels:  deeplearning, machinelearning
barrage
Barrage is an opinionated supervised deep learning tool built on top of TensorFlow 2.x designed to standardize and orchestrate the training and scoring of complicated models.
Stars: ✭ 16 (-86.67%)
Mutual labels:  machinelearning, deeplearning
Ai Series
📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Stars: ✭ 702 (+485%)
Mutual labels:  deeplearning, machinelearning
Neuropod
A uniform interface to run deep learning models from multiple frameworks
Stars: ✭ 858 (+615%)
Mutual labels:  deeplearning, machinelearning
Ludwig
Data-centric declarative deep learning framework
Stars: ✭ 8,018 (+6581.67%)
Mutual labels:  deeplearning, machinelearning
Awesome Segmentation Saliency Dataset
A collection of some datasets for segmentation / saliency detection. Welcome to PR...😄
Stars: ✭ 315 (+162.5%)
Mutual labels:  deeplearning, machinelearning
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+2559.17%)
Mutual labels:  deeplearning, machinelearning
Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
Stars: ✭ 4,295 (+3479.17%)
Mutual labels:  hacktoberfest, deeplearning
Solaris
CosmiQ Works Geospatial Machine Learning Analysis Toolkit
Stars: ✭ 290 (+141.67%)
Mutual labels:  deeplearning, machinelearning
Tools To Design Or Visualize Architecture Of Neural Network
Tools to Design or Visualize Architecture of Neural Network
Stars: ✭ 1,143 (+852.5%)
Mutual labels:  deeplearning, machinelearning
Forecasting-Solar-Energy
Forecasting Solar Power: Analysis of using a LSTM Neural Network
Stars: ✭ 23 (-80.83%)
Mutual labels:  machinelearning, deeplearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-80.83%)
Mutual labels:  machinelearning, deeplearning
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+470%)
Mutual labels:  deeplearning, machinelearning
Algorithmmap
建立你的算法地图:如何高效学习算法;算法工程师:从小白到专家
Stars: ✭ 47 (-60.83%)
Mutual labels:  deeplearning, machinelearning

Monk_Gui

A Graphical user Interface for deep learning and computer vision over Monk Libraries


Alt Text



Backend Libraries




Installation

$ sudo apt-get install python3.6 python3.6-dev python3.7 python3.7-dev python3-pip

$ sudo pip install virtualenv virtualenvwrapper

$ $ echo -e "\n# virtualenv and virtualenvwrapper" >> ~/.bashrc

$ echo "export WORKON_HOME=$HOME/.virtualenvs" >> ~/.bashrc

$ echo "export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3" >> ~/.bashrc

$ echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bashrc

$ source ~/.bashrc

$ mkvirtualenv -p /usr/bin/python3.6 monk_gui

$ workon monk_gui && pip install numpy pyqt5 tqdm matplotlib pillow


Running GUI

workon monk_gui

python gui.py

Walk Throughs

  • Classification Demo 1: Link

  • Classification Demo 2: Link

  • Object Detection Demo: Link

Author

Tessellate Imaging - https://www.tessellateimaging.com/

Check out Monk AI - (https://github.com/Tessellate-Imaging/monk_v1)

Monk features
    - low-code
    - unified wrapper over major deep learning framework - keras, pytorch, gluoncv
    - syntax invariant wrapper

Enables developers
    - to create, manage and version control deep learning experiments
    - to compare experiments across training metrics
    - to quickly find best hyper-parameters

To contribute to Monk AI or Monk Object Detection repository raise an issue in the git-repo or dm us on linkedin




Copyright

Copyright 2019 onwards, Tessellate Imaging Private Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].