Skip to content
View Abhinav-Anil's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

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 My Ideas
  • ๐ŸŒฑ Iโ€™m currently learning about Data & Data
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Computer Vision Project
  • ๐Ÿค” Iโ€™m looking for help with
  • ๐Ÿ’ฌ Ask me about Data Science stuff
  • ๐Ÿ“ซ How to reach me: 979810410511097118469711011510850505486410310997105108469911109 [Decode it] -->

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