GithubHelp home page GithubHelp logo

M.Keerthi's Projects

demo icon demo

This is the first repository created using basic git commands.

drive-in icon drive-in

publish a simple website from a public google drive folder

face-mask-detection-walmartproject icon face-mask-detection-walmartproject

Detecting the humans faces whether they have worn face mask or not automatically by the system for the breakout of worldwide pandemic COVID-19. We have used deep learning to develop the face detector model with libraries Keras, TensorFlow, OpenCV.

google-homepage icon google-homepage

This is the very common Google Homepage developed using front-end web development languages like HTML and CSS :)

javascript-basicconcepts icon javascript-basicconcepts

Basics concepts of JavaScript such as declaration of variables,use of conditions and logical operators,functions and scope are explained well with relevant problems and its solutions

maximum_subarray icon maximum_subarray

Kadane algorithm's solution of O(N) time complexity and O(1) space complexity

mountain_arrray icon mountain_arrray

Given an array of integers arr, return true if and only if it is a valid mountain array. Recall that arr is a mountain array if and only if: arr.length >= 3 There exists some i with 0 < i < arr.length - 1 such that: arr[0] < arr[1] < ... < arr[i - 1] < arr[i] arr[i] > arr[i + 1] > ... > arr[arr.length - 1]

sql_regexp_vowels icon sql_regexp_vowels

An sql query used to fetch particular column of attributes of names that starts from vowel letters.

student-portal icon student-portal

A webpage that shows how a simple student portal looks like ! Would like to develop this webpage using basic semantic tags of HTML such as article,table and form.

two_sum icon two_sum

Hash map solution of O(N) time complexity and O(N) space complexity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.