Skip to content
View thegeek13242's full-sized avatar

Highlights

  • Pro

Organizations

@ORATOR-IIITN
Block or Report

Block or report thegeek13242

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
thegeek13242/README.md

Hi, I’m Aviral Verma @thegeek13242👋

  • 👀 I’m interested in Machine Learning
  • 🌱 I’m currently learning Generative AI, Computer Vision, NLP
  • 👯 I’m looking to collaborate on innovative projects
  • 📫 You can reach me at aviralv35@gmail.com
  • 🧠 Do check https://aviral.tech/

Pinned

  1. Face-Detection-Recognition-using-Yunet-AWS-Face-Rekognition Face-Detection-Recognition-using-Yunet-AWS-Face-Rekognition Public

    The AWS Face Detection & Rekognition API is called everytime, Yunet detects that number of persons in the frame have changed. This reduces API calls to AWS as we don't need to make API calls contin…

    Python

  2. airline-sentiment-bert airline-sentiment-bert Public

    API to classify sentiment of a review as either positive or negative, developed using bert-base-uncased

    Jupyter Notebook 1

  3. URL_Shortner URL_Shortner Public

    Simple API developed to shorten URLs using MD5 as hashing algorithm.

    Python

  4. Leetcode-Tracker Leetcode-Tracker Public

    This python script tracks the rating of user with given username.

    Python

  5. horizon3902/Unlimited-Integer horizon3902/Unlimited-Integer Public

    Implementation of an integer data type with unlimited (i.e., limited by RAM) size, and O(log_18(n)) implementation of addition and subtraction.

    C++