Giter Site home page Giter Site logo

Hi there, I am Yash Patel. 👋

LinkedIn Tableau Twitter

Yash Patel's Projects

covid-19-testing-using-cnn icon covid-19-testing-using-cnn

During this COVID-19 pandemic, the testing of COVID patients requires a COVID testing kit which sometimes becomes a shortage due to the high rate of expansion of COVID. To tackle that problem, I tried to make a deep learning model that identifies that the person has COVID or not by his/her X-Ray of the chest. I have collected the dataset of X-Ray of the chest from Kaggle. The model will give predictions and further confirmation is done by the testing kits rather than using it quickly.

customer-intelligence icon customer-intelligence

Customer Intelligence is aimed to help a newly launched product to collect the feedback from the customer via facial expression recognition and also for the product which is existing in the market. Whenever an industry launches a product in a market such as a newly flavoured ice-cream or a new toolkit, then they will need feedback from the customer to help the developing team to make necessary changes or improve the product. There are traditional ways to take feedback from the customer such as feedback forms or asking them questions about whether they like the product or not in which the process sometimes becomes time-consuming. To tackle that problem, we tried to generate feedback from machine learning or deep learning. We aimed to collect the feedback from the customer via their facial expression by cutting the feedback form process. For that, we used a machine learning / deep learning algorithm called convolutional neural networks which helps to identify the 7 facial expressions such as Happy, Sad, Neutral, Disgusted, Angry, and many more. The recognized output will be stored in the database and the industry will process that data to have a useful insight from that data later on.

data-encryption-decryption icon data-encryption-decryption

Data Encryption Decryption is aimed to provide a security layer to data so that if the data is stolen in the case then the data receiver must not be able to see the data. We used two encryption layers which are AES and RSA layer. Any file like music, video, pdf or text file can be encrypted using this program. This is a prototype of the ASE project.

file-transfer-application icon file-transfer-application

File Transfer Application is an application that can transfer any kind of file from server to client and client to server using Java Socket. First of all, I built a server that identifies the client's commands and processes it according to the client's request. For example, If a client wants a file from the server, then the client simply sends a request of GET <filename> and the server sends that file if the server finds that requested file. Secondly, the server architecture was built to handle multiple clients simultaneously. Multiple clients can connect to the server. For that, I implemented multithreading from Java. Lastly, for the client input I used a simple buffer-reader and to handle file-related operations, I used file operations library from Java.

online-food-delivery-web-app icon online-food-delivery-web-app

Online Food Delivery Web App is an initiative by my group. We are currently residing in a foreign country. Therefore, it is obvious that all the international students along with the immigrants miss their home or native food. Also, some people has amazing cooking skills that they can make different items in their native country style. So, our initiative is to bring both consumers together and reduce the gap so that immigrants never miss their home food again and also for the people who needs a platform to sell the traditional food or already selling this food have a platform and have an opportunity to grow their business and along with that earn money.

shopping-cart icon shopping-cart

The shopping cart application is built using the concept of an abstract class of Java. The abstract class provides a wireframe structure for the new classes that are similar to the abstract class. HashMap and ArrayList are used to store the orders and display the orders of the customers.

trigonometric-junit-testing icon trigonometric-junit-testing

Trigonometric Functions such as sin, cos and tan are implemented by using the Taylor series and tested using J Unit in this project.

web-search-engine icon web-search-engine

The web search engine was a try to make a mini version of the other popular search web searches engines such as Google, Bing, or YouTube. The web search engine that we built is developed using various data structures to perform efficiently to result accurately. First of all, we collected the web pages using web crawler using python. The web crawler fetches all the web pages to create a database. After that, we converted all the web pages into text files so that it is easier to go through the text file. Lastly, we build a database for the text-files linked to the words that the text-file contains. We implemented the Inverted Index to build the database. So we used java data Structure that uses key-value pair called HashMap to implement an Inverted Index.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.