My Portfolio

A showcase of my projects and abilities.

Hello visitor


My name is Bharat Dhyani.

An energetic Machine Learning practitioner and AI Researcher, passionate about cutting-edge technology and solving real world problems.

A FOOD DETECTION app made in python flask which can detect food by providing any image of it. It can detect upto 59 selective classes of food on which the algorithm is trained on. We use Yolo-V4 to detect images. This website is hosted using Cloud Run of Google Cloud Platform and you can check this out at yolo.thefoodinspector.in.

Trend Analysis

We handle this problem in two different ways - classification & regression. For the classification problem we predict 3 minutes into the future that weather the price of the currency will go up or not.
For the regression problem we take a windiw of 40 days or 60 days to predict the price for the next day using LSTM model.

GAN Image Genaration

Trained a Generative Adversarial Network on 62K+ images and collected the generated images of anime faces at every 100 step. The output images gives a good idea of how the anime character looks.