top of page

Projects

AI-Project-For-Healthcare for Covid-2019 

This project is included artificial intelligence, machine learning, data science, computer vision projects related to healthcare.

  • Breast Cancer Classification: The aim of this project is classifation the tumors into malignant or benign with machine learning techniques.

  • DNA Classification Project: The aim of this project is to find out whether the DNA sequence is the promoter.

  • Detecting COVID-19 with Chest X-ray using PyTorch:

  • Diabetes Prediction with PySpark MLLIB:

  • Heart Failure Data Analysis:

  • Relationship between COVID-17 & Happiness in that Country:

Chest X-Ray Image Classification by using PyTorch, CNN (Pneumonia)

  • Organized the database into 3 folders (train, test, val) and contains subfolders of each image category (Pneumonia / Normal).

  • Contains 5,863 X-Ray images (JPEG) and 2 categories(Pneumonia/Normal)

  • Used chest X-ray images (anterior-posterior) which were selected from retrospective cohorts of pediatric patients of one to five years old from Guangzhou Women and Children’s Medical Center, Guangzhou.

  • Designed CNN models for training to optimize weights using PyTorch.

68747470733a2f2f692e696d6775722e636f6d2f6a5a71705635312e706e67.png

Multi-object trackers with Tensorflow

  • With a team of 3 AI engineers in building a multi-object-tracker using Python Deep Learning Framework - Tensorflow. 

  • Developed project base on multiple-object-detecting project which was developed by C++ & OpenCV. 

  • Used EMGU-CV with C# for preprocessing and implemented autoencoder to get high accuracy. Designed several Tensorflow Models for Object Tracking and trained for getting best optimized weights (coefficient values) and chose the best models and implemented forward processing project. 

  • Created CI/CD pipelines using Jenkins for developing project, modulated the final project and published so that it can be used for further project relating object .

cows.gif
cars (1).gif

Non-temporal Real-time Fire Detection with CNN

  • Put simply, our full-frame binary detection (FireNet, InceptionV1-OnFire, InceptionV3-OnFire, InceptionV4-OnFire) architectures determine whether an image frame contains fire globally, whereas the superpixel based approaches (SP-InceptionV1-OnFire, SP-InceptionV3-OnFire, SP-InceptionV4-OnFire) breaks down the frame into segments and performs classification on each superpixel segment to provide in-frame localization.

  • For the best detection performance, used InceptionV4-OnFire which operates at 12 fps, for best throughtput (17 fps) use FireNet which has slightly lesser performance.

  • Used pre-trained network models from http://dx.doi.org/10.15128/r19880vq98m

FireNet.png

FireNet architecture

InceptionV1-OnFire.png

Interception V1-OnFire architecture

InceptionV4-OnFire.png

Interception V4-OnFire architecture

InceptionV3-OnFire.png

Interception V3-OnFire architecture

slic-stages.png

Original frame (left), Frame after superpixel segmentation (middle), Frame after superpixel fire prediction (right)

Convolutional Pose Machines - Tensorflow

  • This Project is the Tensorflow implementation of Convolutional Pose Machines, one of the state-of-the-art models for 2D body and hand pose estimation.

  • Used OpenCV and Tensorflow, and Created dataset for training.

  • Designed own Tensorflow model for training and implemented a distillation training scheme.

cpm_hand.gif
cpm_hand_with_tracker.gif

Vue speech streaming

This project is designed for streaming speech recognition

  • Front-End is built within Vue.Js

  • back-End is built within python framework - Django

  • Used Cloud Platform Console.

  • Using Google Cloud API for recognizing streaming speech.

  • Available for supporting Multi-Language speech to text conversion.

68747470733a2f2f692e696d6775722e636f6d2f48443037526a392e676966.gif

Extractive Text Summarizer + Keywords Identification

  • Uses Beautiful Soup to read Wiki pages,

  • Gensim is used to summarize text,

  • Also NLTK library is used to process text summarizing,

  • Extracts keywords based on entropy

text.png
summ.png
bottom of page