Giter Club home page Giter Club logo

Hi There

Always working on something cool...

k-keshav-k

Keshav Krishna's Projects

bookcoverinfoextractor icon bookcoverinfoextractor

This program extracts meta data from different book covers. It accepts path of the images, along with whether it is a directory or not and then proceeds to find meta data about the image(s).

code-library icon code-library

Templates, algorithms and data structures implemented and collected for programming contests.

cs301_project icon cs301_project

This repository contains code for CS301 databases course project

disk_read_write_seek_time_simulation icon disk_read_write_seek_time_simulation

This program simulates read, write and seek operations of a disk. It takes in parameters - rotational speed of disk, r revolutions per minute, average seek time and sector size. It then makes random requests in the form of platter, cylinder, sector and number of sectors requested. Then a suitable disk scheduler algorithm is used to order the requests and then these requests are sent to the disk. Random, FIFO, SSTF, SCAN, C-SCAN are implemented disk scheduler algorithms.

dispatcher_os_simulation icon dispatcher_os_simulation

The program tries to simulate the working of a dispatcher in an OS. Client sends requests to a multi threaded socket server, from which a dispatcher takes the requests, and checks whether it falls under the limits of thread number, memory or number of files open.

facedetectionapi icon facedetectionapi

This project implements an application to do "facial search" on a database of images. The application provides a secure API service that gets invoked by sending a HTTP POST request. API endpoint is provided to search the database of images and find top-k match with a minimum confidense level. Api endpoints are provided to add faces to the database one by one or from a zip file, where all images in the zip file get added to the database. Api endpoints are also provided to get meta-data of a particular image as well as to add meta data to a particular image of the database.

fuse_based_filesystem_using_email icon fuse_based_filesystem_using_email

This repository implements a fuse based file system, in which the "storage disk" is an email account. The files in the file system are mapped to mails in the email account, such that file names are treated as subject and content of the files are treated as bidy of the mail. The file system is mounted and then various commands like mkdir, rmdir, less, unlink, ls, nano are run on the system.

leethub icon leethub

Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository

memory_placement_algorithm_analysis icon memory_placement_algorithm_analysis

This program simulates dynamic partioning based memory placement. It uses first-fit, best-fit, next-fit for placing of process memory requests in memory and reports the relative effectiveness of the three placement algorithms. It uses a set of parameters and for different combination of values of these parameters it decides which placement algorithm is most effective by comparing memory utilization percentage and average turnaround time.

messageroutersimulation icon messageroutersimulation

This program implements a message routing service, where clients can communicate with each others via a message routing service.

tictactoe_game icon tictactoe_game

Tic-tac-toe Game in java - player vs player and player vs computer

yolov7 icon yolov7

🔥🔥🔥🔥 YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥

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.