• Stars
    star
    9
  • Rank 1,888,873 (Top 39 %)
  • Language
    PowerShell
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Azure File Share in AKS

More Repositories

1

NLP-Chatbot

Python
4
star
2

HaarCascade-Files

Here you can download all the HaarCascade files used for imge processing in OPENCV
4
star
3

Create-a-Blockchain

Python
4
star
4

Algo-SystemDesign-Notes

Notes of Data Structure & Algorithms And System Designs
C++
4
star
5

Python-Tkinter-with-backgroundimage-with-database

Python Tkinter with background image
Python
3
star
6

Hand-Gesture-In-Python

With Opencv i build this for hand gesture and for this i use my mobile camera for recognition
Python
3
star
7

FacialRecognition

Facial Recognitio software is very useful for real world So I develop it with Opencv and Python , In this I use My mobile camera As webcam and a database for recognize you .
3
star
8

Vehicle-Detection

2
star
9

Real-Time-Tensorflow-Object-Detetction

Steps 1. Install TensorFlow-GPU 1.5 (skip this step if TensorFlow-GPU 1.5 is already installed) Install TensorFlow-GPU by following the instructions in this YouTube Video by Mark Jay. The video is made for TensorFlow-GPU v1.4, but the “pip install --upgrade tensorflow-gpu” command will automatically download version 1.5. Download and install CUDA v9.0 and cuDNN v7.0 (rather than CUDA v8.0 and cuDNN v6.0 as instructed in the video), because they are supported by TensorFlow-GPU v1.5. As future versions of TensorFlow are released, you will likely need to continue updating the CUDA and cuDNN versions to the latest supported version. Be sure to install Anaconda with Python 3.6 as instructed in the video, as the Anaconda virtual environment will be used for the rest of this tutorial. Visit TensorFlow's website for further installation details, including how to install it on other operating systems (like Linux). The object detection repository itself also has installation instructions. 2. Set up TensorFlow Directory and Anaconda Virtual Environment The TensorFlow Object Detection API requires using the specific directory structure provided in its GitHub repository. It also requires several additional Python packages, specific additions to the PATH and PYTHONPATH variables, and a few extra setup commands to get everything set up to run or train an object detection model. This portion of the tutorial goes over the full set up required. It is fairly meticulous, but follow the instructions closely, because improper setup can cause unwieldy errors down the road. 2a. Download TensorFlow Object Detection API repository from GitHub Create a folder directly in C: and name it “tensorflow1”. This working directory will contain the full TensorFlow object detection framework, as well as your training images, training data, trained classifier, configuration files, and everything else needed for the object detection classifier. Download the full TensorFlow object detection repository located at https://github.com/tensorflow/models by clicking the “Clone or Download” button and downloading the zip file. Open the downloaded zip file and extract the “models-master” folder directly into the C:\tensorflow1 directory you just created. Rename “models-master” to just “models”. (Note, this tutorial was done using this GitHub commit of the TensorFlow Object Detection API. If portions of this tutorial do not work, it may be necessary to download and use this exact commit rather than the most up-to-date version.) 2b. Download the Faster-RCNN-Inception-V2-COCO model from TensorFlow's model zoo TensorFlow provides several object detection models (pre-trained classifiers with specific neural network architectures) in its model zoo. Some models (such as the SSD-MobileNet model) have an architecture that allows for faster detection but with less accuracy, while some models (such as the Faster-RCNN model) give slower detection but with more accuracy. I initially started with the SSD-MobileNet-V1 model, but it didn’t do a very good job identifying the cards in my images. I re-trained my detector on the Faster-RCNN-Inception-V2 model, and the detection worked considerably better, but with a noticeably slower speed.
2
star
10

AZ-104-Microsoft-Azure-Administrator

AZ-104 Microsoft Certified Azure Administrator Associate Certificate
2
star
11

upload-pypi

Python
2
star
12

Cronjob-Inside-Docker

Dockerfile
2
star
13

Firebase-Auth-With-JS

JavaScript
2
star
14

Object-Detection

Object Detection is a very useful software in real world , so i develop it with OPenCV
2
star
15

Personal-Assistant-In-Python

Jupyter Notebook
2
star
16

mandiladitya.github.io

SCSS
2
star
17

Publish-Package-PyPi

Python
2
star
18

REST-API-with-Flask

Repo Consist of MY Rest API Code Developed On Flask
Python
2
star
19

OpenCV-Color-Palatte

Color Palatte is a very interesting simple project you can make it by using OPenCV
Python
2
star
20

System-Automate-Script

Shell
1
star
21

mandiladitya

1
star
22

Custom-Helm-Chart

Created My Custom Helm Chart
1
star
23

MERN-Stack-Notes

1
star
24

Graph-Flask

HTML
1
star
25

The-Sparks-Foundation-Internship-Tasks

Tasks Of Spark Foundation Internship
PHP
1
star
26

Devops-Lab

1
star
27

Ansible-Setup

Ansible Lab Setup (Containers)
Shell
1
star
28

Graph-Python-Flask

HTML
1
star
29

Jenkins-cicd

Dockerfile
1
star
30

Play_With_VM

Play With VM is a Container based Linux Lab Provides on-demand Virtual Machines Hosted on AWS developed using Docker and Ansible and Managed By Docker Swarm & Cockpit
CSS
1
star
31

Ansible-Lab

1
star
32

SearchEngine-Gideon-

This is simple project which give you answers of all your Question with API's
1
star
33

Ansible-Playbooks

1
star
34

BitLocate

Repo of Software provide all informations with weather conditions of location from its geo coordinates
HTML
1
star
35

Issac_Answer_Engine

Issac is the online computational Answer Engine that answers factual queries directly by computing the answer from externally curated data and from various APIs
JavaScript
1
star