Coders Packet

Listing of packets of source code submitted by coders

Tuberculosis Detection Using Python

Tuberculosis is detected using Convolution Neural Network (CNN) model using X-ray Images as dataset for this model using Python.

Linked List Elements Inserting in C++ Programming Language

Linked Lists are the data structures that can be used in place of the array. Here is the implementation of Linked List in C++ Programming Language.

Computer Vision - Image Basics with OpenCV and Python Using Jupyter Notebook

In this project, you will learn the Basics of Image processing using Matplotlib and OpenCV

Newsletter-Signup Using NodeJS, ExpressJS, Mailchimp

Newsletter-Signup is a source code of an application that is used to send News-letters via Email. On this Web Application user just have to sign up using first name, last name and Email.

Sending Email using SMTP in Python using the smtplib module

This emailing system using Python can be used in an alert system like an e-commerce price alert system, etc. It uses the smtplib, email, imghdr, and os Python modules.

Simple virtual assistant using Python

Building a simple virtual assistant that takes input from the user as an audio input and gives the output as a text and audio output in Python

MNIST Handwritten digits classification using SVM and sklearn

A machine learning project using sklearn Python library to classify images of handwritten digits, respectively to their classes, ranging from 0 to 9. The classification model used here is Support Vector Machine (SVM).

Google Maps Clone using Vanilla JS & MapBox API

A Google Maps Clone using Vanilla JS & MapBox API. It helps the user to search the location and the route from his present location to the destination location.

French Vocabulary Flashcards using Python

You can learn a foreign( French ) language enough so you can understand french movies/series.

JAVA Quiz App in Android Studio

It is a simple Quiz App having 8 questions related to the JAVA language. After completing all 8 questions your final score is displayed and progress is also shown.

Secrets App Using NodeJS, ExpresssJS, MongoDB

This project is about a platform that keep your secrets and publish on a common platform of users that everyone can see everyone's secret without knowing about who is posted it.

ATM Transactions for joint account of 3 account holders Using C++

This is a C++ project which involves ATM transactions for the joint account of 3 account holders, they can do all the transactions but others can only have access to the deposit.