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 👋, I'm Abhinav Anil

🌱 I’m currently working as a Data Scientist and have experience in Data Science and Cloud Technologies
Coding


Languages and Tools:

python AWS tensorflow pytorch jupyter scikit-learn numpy pandas matplotlib seaborn docker git linux GCP postgresql mysql



My GitHub Stats

Coding


github-username








 Abhinav-Anil











GitHub Streak


Connect with me:

abhinav-anil


Abhinav-Anil


Abhinav Anil

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