Pinned Repositories
get-my-flight
Academic project to build a profile based flight recommendation system, which will predict the flight rates for a particular destination, in order to enable the user to book a flight at its cheapest rates.
BulleteersWebsite
This responsive social website was created for all motorcycle enthusiasts, who come together and share their experiences. The focus of this project was to follow the MVC pattern in order to provide a cleaner code, a great UX design for the users, minimizing the number of clicks and at the same time providing a great UI. This fully functional website has been created using the Spring MVC framework, including Hibernate ORM, annotations and mappings, to persist the data in the database. Technologies- HTML5, CSS3, jQuery, Javascript, Bootstrap, AJAX. They can log into their accounts and register for the different biker’s trips which have been posted in their club by other riders, or create their own ride/trip. The riders could upload their trip pictures, send messages to fellow riders. The home page has a user blog, where Infinite Scrolling has been implemented as you reach at the end of the page.
eventsManager
React/Redux app that consumes ticketmaster's API to display concert events in and around chosen city
ParticleSwarmOptimizer
Amazon 1 Day Delivery Problem solved using PSO by optimizing the route keeping in mind minimization of time and distance, leveraged from Google Distance Matrix API
Profile-Based-Recommendation-Engine
A recommendation engine that uses supervised learning techniques to predict user’s future trips on the basis of their past trips and preferences. Uses Microsoft Azure to implement machine learning techniques to create a user-specific profile. The recommendation system is built on deep learning (neural networks with backpropagation). The neural network was trained to recommend house listings which coincided with the user’s traits. It is a Spring MVC application using MongoDB and Morphia. 1.3 million listings and user data were stored in MongoDB. The listings that were recommended to the users were fed into MongoDB and were displayed in the application using Google Maps API. Being a frequent Airbnb user myself, my wish for a more personalized experience for planning my future Airbnb trips inspired the concept behind this project.
Tele-HealthCare
Developed a Java Swing Application to provide a better healthcare solution by decreasing the cost of the organization, while maintaining and providing an improved and end – to – end healthcare platform. The application implemented the concept of Internet of Things, where it leveraged the data provided by the by remote monitoring devices like Pressure Transducers, installed in the homes of post-operative and elderly patients to continuously monitor the vital signs and alert the nearest clinic in case of any abnormal activity. Integrated the application with Skype, so that the doctor can interact with the patients directly and get an online diagnosis if possible. The prescription can be directly sent to the patient via email, along with barcodes to provide proper authentication.
neeleshsaxena's Repositories
neeleshsaxena/Profile-Based-Recommendation-Engine
A recommendation engine that uses supervised learning techniques to predict user’s future trips on the basis of their past trips and preferences. Uses Microsoft Azure to implement machine learning techniques to create a user-specific profile. The recommendation system is built on deep learning (neural networks with backpropagation). The neural network was trained to recommend house listings which coincided with the user’s traits. It is a Spring MVC application using MongoDB and Morphia. 1.3 million listings and user data were stored in MongoDB. The listings that were recommended to the users were fed into MongoDB and were displayed in the application using Google Maps API. Being a frequent Airbnb user myself, my wish for a more personalized experience for planning my future Airbnb trips inspired the concept behind this project.
neeleshsaxena/BulleteersWebsite
This responsive social website was created for all motorcycle enthusiasts, who come together and share their experiences. The focus of this project was to follow the MVC pattern in order to provide a cleaner code, a great UX design for the users, minimizing the number of clicks and at the same time providing a great UI. This fully functional website has been created using the Spring MVC framework, including Hibernate ORM, annotations and mappings, to persist the data in the database. Technologies- HTML5, CSS3, jQuery, Javascript, Bootstrap, AJAX. They can log into their accounts and register for the different biker’s trips which have been posted in their club by other riders, or create their own ride/trip. The riders could upload their trip pictures, send messages to fellow riders. The home page has a user blog, where Infinite Scrolling has been implemented as you reach at the end of the page.
neeleshsaxena/eventsManager
React/Redux app that consumes ticketmaster's API to display concert events in and around chosen city
neeleshsaxena/ParticleSwarmOptimizer
Amazon 1 Day Delivery Problem solved using PSO by optimizing the route keeping in mind minimization of time and distance, leveraged from Google Distance Matrix API
neeleshsaxena/Tele-HealthCare
Developed a Java Swing Application to provide a better healthcare solution by decreasing the cost of the organization, while maintaining and providing an improved and end – to – end healthcare platform. The application implemented the concept of Internet of Things, where it leveraged the data provided by the by remote monitoring devices like Pressure Transducers, installed in the homes of post-operative and elderly patients to continuously monitor the vital signs and alert the nearest clinic in case of any abnormal activity. Integrated the application with Skype, so that the doctor can interact with the patients directly and get an online diagnosis if possible. The prescription can be directly sent to the patient via email, along with barcodes to provide proper authentication.
neeleshsaxena/Algorithms
neeleshsaxena/BarcodeAndPos
Developed a Spring MVC application dashboard to view Sales, marketing and Customer Data
neeleshsaxena/DataStructures
neeleshsaxena/ember-context-menu
neeleshsaxena/ember-power-select
The extensible select component built for ember.
neeleshsaxena/ember-power-select-typeahead
Typeahead component built on top of ember-power-select
neeleshsaxena/emberRouteBug
Ember addon that depicts a route bug
neeleshsaxena/emberRouteTest
None
neeleshsaxena/my-wordle
neeleshsaxena/neeleshsaxena.github.io
website
neeleshsaxena/Paralyzed-Can-Do
Developed a database application for paralyzed people suffering from AD, specifically alleviating the potentially life threatening situations by giving them control over their urinary bladder system using a device. Main challenges were to fetch the appropriate brain signals from the neurons and interpret them, mapping those signals to their corresponding organ, giving user the control over his bladder using a device. Constructed stored procedures on triggers, which implemented functions to convert neuron frequency to binary and cursors to populate tables simultaneously. Indexes were implemented to speed up the retrieval process. Provided a Spring MVC application connected to the database, acting as an interface for the user, taking in the user’s action. Continuous flow of dynamic data was ensured using triggers. Views and backup tables implemented.
neeleshsaxena/Scalaprof
This is where I put code for my Scala class. If you see a "???" in the code, then that's something that I will ask about in an assignment.
neeleshsaxena/tic-tac-toe
Tic Tac Toe Game on 3X3