• Stars
    star
    10
  • Rank 1,755,554 (Top 36 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

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

Repository Details

A simple POS system. React and Redux is used in the frontend. Backend server is developed in nodejs, mongodb. mongoose is used as an object data modeling library.

More Repositories

1

HealthPlus

A Management System for a Health Care Facility. The system includes Registration of patients, Making appointments, Storing patient records, Billing in the pharmacy & Pharmacy stock controlling
Java
153
star
2

LSTMnet

A Long Short Term Memory neural network for time series prediction. Memory blocks contain one memory cell in each. Weights for the network are randomly initialized.
C++
13
star
3

DTW

Dynamic Time Warping Algorithm can be used to measure similarity between 2 time series. Objective of the algorithm is to find the optimal global alignment between the two time series, by exploiting temporal distortions between the 2 time series.
C++
6
star
4

CNNet

Convolutional Neural Network implemented in C++. Eigen library is used for matrix manipulations. Convolution layers, Activation layers, Pooling layers and Fully connected layers are available in the network.
C++
4
star
5

SystemCalls

System calls in a linux operating system which request services from the kernel of the OS
C
3
star
6

VIPinfo

System for gather and display information (contributions to the society etc.) of VIP persons whose names are used for street and building names
JavaScript
3
star
7

IProc

A dynamic library for image processing. To Extract the pixel map of the image. Support PNG, JPG, TIF and BMP image file formats. Inbuilt methods for resizing, cropping, generating grayscale and binary images.
C++
3
star
8

LSTMCNnet

A framework for time-series anomaly detection. The framework consists a prediction module and a detection module. Prediction module is based on LSTM and CNN. DTW is used in detection module .
C++
3
star
9

react-form-build

Dynamic form creation module implemented using react. Can generate forms and interact with the generated from with view and edit modes. Allows adding custom elements.
JavaScript
1
star
10

PAClassifier

Online Passive Aggressive Binary Classifier
Python
1
star
11

FitnessClub

Website for a gym for advertising purposes with a admin panel to manage the website. Developed using the codeigniter framework.
HTML
1
star
12

Binarize

Image binarization using opencv
C++
1
star
13

TSPlot

Compare univariate temporal sequences
C++
1
star
14

Plot

Java
1
star
15

react-sse-consumer

React hook for consuming Server Sent Events (SSE). This is a wrapper built around the EventSource API. Handle EventSource events and consume named events sent from the server.
TypeScript
1
star
16

Algorithms

Algorithm Implementations
Java
1
star
17

DBO

simple java database operator
Java
1
star
18

EnterpriseServiceBus

Service Bus which enables multiple services to interact with each other. Implemented using Java Sockets, Java Native Interface (JNI) and Jython library. Can interact with Java, C++ and Python.
Java
1
star
19

CharRecognizer

Character Recognition using an artificial neural network. Network is trained for 26 characters. Implemented in C++ and Magick++ API is used for pixel manipulation
C++
1
star