• Stars
    star
    2
  • Language
    Java
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

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

Repository Details

Book store maintains an inventory of books. The store tracks the title and author of each book, plus the book's media. The media is one of hardcover(cloth or leather), paperback, and audio books.

More Repositories

1

JavaScript-Calculator-without-using-eval-

A simple calculator program.
HTML
8
star
2

Intruder-Detection

Intruder detection systems are common place now, and readily available in industry, but how do they work? They must detect people and large animals, but not generate false alarms in the presence of small animals, changes in lighting, environmental motion such as trees, or melting snow. To work correctly, the system must learn the background, in order to differentiate foreground objects.
Python
5
star
3

Countdown

Countdown is a British game show involving word and number tasks. I have implemented numbers round using random restart hill climbing algorithm.
Java
4
star
4

Dice-Counting

Counts number of 1's, number of 2's,........ number of 6's and number of unknowns from dice image.
MATLAB
4
star
5

Automatically-detect-and-recognize-text-in-images

Firstly, Maximally Stable Extremal Regions(MSER) is used to find the text regions. By this the regions which does not contain text are also highlighted. It can be removed by geometric properties(eccentricity, euler number, extent, solidity) or stroke width variation. The values of geometric properties needs to be changed for different images. Then bounding box is drawn for every character. A chain of overlapping bounding boxes indicates a word. Afterwards, the whole text region will be represented by bounding box. The detected text will then be recognized by using OCR function.
MATLAB
4
star
6

NSynth-Dataset---classify-single-note-recordings-of-instruments-into-1-of-10-instrument-family-names

There are 11 instrument families (e.g., mallet, organ, piano, strings, guitar, etc.), and 3 instrument source types (acoustic instrument sample, electronic instrument sample, or synthesized sample).
Jupyter Notebook
4
star
7

Parameter-search-using-Grid-Search-and-Refined-Grid-Search-Algorithm

Cost function = objective function + regularization. The objective function is the lines on the edges of the box. For regularization, subtract pixels not on the target lines identified by Canny Edge detector.
MATLAB
3
star
8

Family-tree-Prolog

Prolog
3
star
9

Drawing-forest-using-turtle

A night scene in a forest containing some trees, an optional house, and a star. The second will be a day scene of the sun and a house built from the wood in the night scene.
Python
3
star
10

Principle-Component-Analysis-and-project-data-onto-first-two-eigen-vectors

First Exploratory Data Analysis(EDA) using Karhunen-Louve Transform(KLT). Thereafter KLT Transformation. We'll graph the importance of the eigenvectors. Then feature generation and data visualization at last.
Python
3
star
11

New-York-City-Car-Crash-Data-Investigation

Determining the impact of COVID-19 on crashes in NY City in the year 2020. Exploring, finding insights, and creating data visualizations.
Python
3
star
12

Stopwatch-using-JavaScript

HTML
3
star
13

steganography

One of the bit planes, on one of the color channels, contains a secret message. We'll find that secret message from the image.
Python
3
star
14

Shish-Kebab

Python
3
star
15

1D-Clustering-using-Otsu-s-method

There are 2 sub-species of snowfolks(one from Assam and other from Bhutan) which will be clustered based on age.
Python
3
star
16

Hot-Potato-game

Players are arranged in a circle. The potato begins with one of the players. While music plays, the hot potato is passed from player to player, around the circle. Whoever is holding the potato when the music stops is out. The potato is handed to the next person, and the music starts up again. The game continues until only one player remains. That player is the winner.
Python
3
star
17

CSCI_635_Project

Kaggle Digit Recogniser contest, Algorithms used:- K-nearest neighbour, Multi-layer perceptron, Dataset:- MNIST
Jupyter Notebook
3
star
18

Zipper-using-MVC-architectural-pattern

Command Line Interface(CLI) for a utility that allows users to compress and uncompress archives using ZIP compression.
Java
3
star
19

Agglomerative-Clustering-and-K-means

There is a shopping data. We'll cluster the customers into groups.
Python
2
star
20

Auto-Complete

Many of today's cell phones, text editors, and IDEs have an auto-complete feature. This feature attempts to complete the word for you using a list of known words to make suggestions.
Python
2
star
21

Hangman-game

Hangman game for one player. The program will choose the word from a dictionary file and the user must guess the word within a limited number of guesses.
Java
2
star
22

Diver-Segmentation

Given five different videos of divers diving off diving boards at the RIT pool. The videos were recorded at 120 to 240 frames per second. The lighting is fluorescent with 60 Hz flickering.
Python
2
star
23

1D-Classification-using-threshold-classifier

There are two sub-species of these snowfolks. One sub-species lives in the Assam region of the Himalayas. The other lives on the other side, in the Bhutan region – closer to Tibet. I'll build a one-dimensional binary classifier based on an observable attribute to classify them. I will write a program that writes a program.
Python
2
star