Skip to content
View likithponnanna's full-sized avatar
  • Cyvl.ai
  • Boston
Block or Report

Block or report likithponnanna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
likithponnanna/README.md

👋 Hello there! I'm Likith Ponnanna

I am a versatilist at Machine Learning, working on the full stack of machine learning lifecycle

As a Machine Learning Engineer 🤖, my role involves architecting, development and deployment of the machine learning applications at scale. I am currently specialized in Computer Vision and NLP domain. My current research area as a member of the R&D team is in multi-modal video anomaly models.

🤔 I'm interested in all things data: Machine Learning, Data Science, Cloud , DevOps and MLOps
🔭 My current research is in multi-modal video anomaly models

#!/usr/bin/python
# -*- coding: utf-8 -*-
class MachineLearningEngineer:
  def __init__(self):
      self.first_name = "Likith Ponnanna"
      self.last_name = "Patrapanda Belliappa"
      self.role = "Machine Learning Engineer"
  def hello(self):
      print("Thanks for dropping by, hope you find some of my work interesting.")
me = MachineLearningEngineer()
me.hello()


📫 How to reach me:

Pinned

  1. golang-api-analytics golang-api-analytics Public

    A go build that is built from scratch that allows the end user to fetch API contents and measure website performance analytics.

    Go 1

  2. text-similarity-scorer text-similarity-scorer Public

    This repo contains files to code that deploys an API endpoint for a user to detect text similarity between 2 texts without the use of any libraries.

    Python 4

  3. Tensorflow-Object-Detection-Inference Tensorflow-Object-Detection-Inference Public

    This is minimal script to run inference on the test images and dump JSON results with detected classes for each image

    Python 1

  4. Boston-Housing-DataSet-Predictor Boston-Housing-DataSet-Predictor Public

    This repository contains Building, Training, Saving and deployment code for the model built on Boston Housing Dataset to predict Median Value of owner-specified homes in $1000s (MEDV).

    Jupyter Notebook

  5. Smart-Product-Suggestion-Mirror Smart-Product-Suggestion-Mirror Public

    Project

    Python 1

  6. PersonalFinanceTracker-client-react PersonalFinanceTracker-client-react Public

    Final Project

    JavaScript 2 1