Skip to content
View Abhinav-Anil's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Abhinav-Anil

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

Hi there πŸ‘‹

I an Abhinav Anil. Here are some ideas to get you started:

  • πŸ”­ I’m currently working at
  • 🌱 I’m currently learning ...
  • πŸ‘― I’m looking to collaborate on ...
  • πŸ€” I’m looking for help with ...
  • πŸ’¬ Ask me about ...
  • πŸ“« How to reach me: ...
  • πŸ˜„ Pronouns: ...
  • ⚑ Fun fact: ... -->

Pinned Loading

  1. Herokup_App_Deployment Herokup_App_Deployment Public

    Deployment of web application with flask on the cloud through Heroku

    Python 1 1

  2. Vision Vision Public

    Boundingbox and Illusion effect in static background

    Python 2 2

  3. AIAssistnace AIAssistnace Public

    Build basic AI Assistance

    HTML 3

  4. Face detection using no deep learnin... Face detection using no deep learning with FPS of greater than 200
    1
    import cv2
    2
    import mediapipe as mp
    3
    import time
    4
    
                  
    5
    mp_facedetector = mp.solutions.face_detection
  5. Arranging the file/dir in their resp... Arranging the file/dir in their respective folder
    1
    import os
    2
    import shutil
    3
    
                  
    4
    current_dir = os.path.dirname(os.path.realpath(__file__))
    5