• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 2 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

k8s Notes

More Repositories

1

Text-Classification-20-Newsgroups

The dataset is a collection of approximately 20,000 newsgroup documents, partitioned (nearly) evenly across 20 different newsgroups. β€’ Builded vocabulary from the dataset which was used as a feature set. β€’ Implemented Multinomial Naive Bayes classifier from scratch for classifying news into appropriate group.
Jupyter Notebook
5
star
2

Data-Structures-and-Algorithms

Covers majority of Data Structures and Algorithms questions from various online judges.
Java
4
star
3

IPyNotebooks

Implementation of various Machine Learning Algorithms & Techniques.
Jupyter Notebook
4
star
4

Kotlin-ToDo-Application

ToDo Notes Application in Kotlin.
Kotlin
3
star
5

URL-Shortener

URL Shortener with Node.js and MongoDB. Deployed on : https://g-z.herokuapp.com/
JavaScript
3
star
6

MNIST-NodeJS

p5js canvas used for sketching and keras used for prediction. Deployed on : https://live-mnist.herokuapp.com/
Dockerfile
2
star
7

QnA-System-Android-Application

BERT model is used to build a Question-Answering system which answers user’s question using the content and questions file uploaded by them to the server for processing.
Java
2
star
8

Safest-Route

Android Application and Backend Code for Hackathon Project developed at MS Hack 2019.
Java
1
star
9

RestAPI-GitHubUsers

Using JSON parsing in Java for showing data related to GitHub Users using GitHub's REST API.
Java
1
star
10

QnA-System

Jupyter Notebook
1
star
11

GraphQL-Playground

Java
1
star
12

flask-deploy

Sample Flask App used as a microservice for classifying digits.
Python
1
star
13

Movie-Reviews-NLP

The movie_reviews corpus contains 2K movie reviews with sentiment polarity classification.Here, we have two categories for classification. They are: positive and negative. The movie_reviews corpus already has the reviews categorized as positive and negative.Using NLTK , we can predict whether a review is positive and negative.
Jupyter Notebook
1
star
14

WebD-Node.js

Basics of HTML & CSS, Inheritence rules, usage of selectors, media-queries, keyframes, bootstrap, creating and using npm packages, using ExpressJS for creating servers, handlebars for rendering in case of JS disabled pages and jQuery for making AJAX calls in case of JS enabled pages, MySQL for data persistence, Sequelize for ORM (Object Relational Mapping), REST APIs, Socket.IO for real-time messaging, MongoDB and mongoose for using NoSQL database, Authentication using PassportJS, Using Python scripts on NodeJS and running custom sklearn, tensorflow or keras pre-trained model in our backend.
HTML
1
star