WALLSTREET
Wallstreet is a stock market simulator, where the players get an opportunity to earn truckloads
of virtual money. All that the players have to do is, follow the news, select the stock and wait for
the price to skyrocket. On the flip side, they learn how to recover losses from stocks that have
tanked.
The biggest takeaway from the Wallstreet is that the inexperienced players leave with a huge
understanding about the stock market and are ready to step out into the street to make some
real money!
This platform made it's debut at PISB's anual technical festival, the game successfully handled 1000+
players flawlessly.
Git Hub
THE DISTRIBUTED CLOUD
Dloud - The Distributed Cloud, here we tried to create our own cloud storage system in a
Distributed way.
The main aim of our project- Distributed Cloud is to achieve higher speeds as compared to
standard FTP server and to utilize free space on all desktops in a certain lab. The ‘Dloud’
contains multiple paths for files to be uploaded to data servers as well as makes way for faster
retrieval of huge files like movies. Due to multi-threading, we achieve high speed as compared
to the single link FTP servers. This helps in utilizing free space available of huge number of
computers in the campus in a secure way as the data is split up and distributed on the network.
Git Hub
FACIAL EXPRESSION RECOGNITION MODEL
This model carried out the task of Facial Expression Recognition using a Convolutional Neural Network
(CNN). This CNN was implemented using Keras backed by Tensorflow. This study proposes a learning emotion
recognition model, which consists of three stages: Feature extraction, subset feature and emotion
classifier. Around a 1000 images belonging to each expression category were used to train the CNN. The
CNN is hosted online by using Flask which is a backend framework in Python. Users can see the real time
implementation using the front camera of their laptops.
CARBON FOOTPRINT CALCULATOR
A carbon footprint is defined as the total amount of greenhouse gases produced to directly and indirectly
support human activities, usually expressed in equivalent tons of carbon dioxide (CO2).The carbon
footprint is a very powerful tool to understand the impact of personal behaviour on global warming. Most
people are shocked when they see the amount of CO2 their activities create! If you personally want to
contribute to stop global warming, the calculation and constant monitoring of your personal carbon
footprint is essential. This project is a simple web app to calculate carbon footprint emissions of a
user in day to day life. With the help of Django to create the backend of the web server, SQLite for the
database, while simultaneously integrating the website's front end using HTML,CSS and Javascript. An API
of the maharashtra state electric board is used for consumer details.
Git Hub
COVID-19 PNEUMONIA DETECTION MODEL
This model is a Convolutional Neural Network that uses the concepts of Transfer Learning. It uses a
Convolution base of a pretrained model that helped users to detect which X-ray images have Pneumonia and
which don’t. Transfer Learning was necessary to be used because of the limited number of images
available to train the model. This model achieved a whopping accuracy of 99% with a 5-fold cross
validation on the total dataset conatining 591 images. This application is very trustworthy for
implementation in the real world and is ready for deployment.
Git Hub
QR CODE BASED VOTING PLATFORM
A working project used as an online voting platform with a QR Code and Barcode scanner.
Authentication :
Volunteers register the audience from admin login (/adminlogin) using barcode scanner. Once registered, the audience are able to login from the home page(/) by scanning their ID Card barcode. This is done to ensure that no one votes twice.
Voting :
Once logged in, audience need to scan the QR Code of the photo/sketch they want to vote.
(/vote). Once the audience has finished voting, their votes are submitted for calculation.
Results :
The results are calculated at runtime at route/count (accessible only to the admin and
volunteers).
Git Hub
CHAT APP
This app is made using Node.js in the backend and basic HTML, CSS and JS in the front end. The app
also uses Express.js to create API endpoints that can be accessed by users. The app is hosted online
on Heroku. Users can join rooms to chat with each other. The communication of the messages is done
using Socket.io which can be used with Node.js to send (emit) and receive messages. There is no
database used in this for data privacy and the data is deleted as soon as the user leaves the chat
room.
Git Hub
See Project