Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View AashayBhupendraDoshi's full-sized avatar

Organizations

@Roadrunr-io

Block or report AashayBhupendraDoshi

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
from datetime import datetime, timedelta

class Attributes(Aashay):
	@staticmethod
	def contact() -> tuple:
	    email    = "[email protected]"
	    linkedin = "https://www.linkedin.com/in/abd77/"
	    
	    return email, linkedin
	
	@staticmethod
	def life() -> tuple:
	    langs         = ['English', 'Hindi']
	    nationality   = 'Indian'
	    dob_str = "17th July 1997"  # Given date of birth
	    dob = datetime.strptime(dob_str, "%dth %B %Y") 
	    age = (datetime.now() - dob)
	    
	    return langs, nationality, age
	
	@staticmethod
	def coding() -> tuple:
		langs 	      = ['python', 'go', 'typescript', 'java']
                databases     = ['PostgreSQL','MongoDB','ApacheKafka']
                frameworks    = ['Grpc/protocol-buffers', 'websockets', 
                                'FlasAPI', 'Pytorch', 'Pytorch-Geometric']
                specialities  = ['backend', 'distributed systems', 'AI/ML']
		environnement = ['vscode', 'nano']
		
		return langs, databases, frameworks, specialities, environnement

	@staticmethod
	def projects() -> tuple:
		return {
  			"Ask": {
     				"link": "https://chromewebstore.google.com/detail/ask/donmdonnblkneanplkifkejjlnhjjlhh/",
	 			"Descrition": "Chrome extension personalized AI assistant leveraging memory recall and context awareness"
			},
   			"RPi4b_cellular_OBDscanner": {
     				"link": "https://github.com/AashayBhupendraDoshi/RPi4b_cellular_OBDscanner",
	 			"Descrition": "OBD2 and Sensor Data Collection Agent for Raspberry Pi"
			},
   			"py_Face_Search": {
     				"link": "https://github.com/AashayBhupendraDoshi/py_Face_Search",
	 			"Descrition": "Python based GUI application for single and multi face search"
			},
   		
   			
		}

Skills

Popular repositories Loading

  1. py_Face_Search py_Face_Search Public

    Single and Multi Face search application

    Python 2

  2. Multi_pool_convolution Multi_pool_convolution Public

    Multi-pooling convolution algorithm for Explainable Geometric Deep Learning

    Jupyter Notebook 2

  3. FASTAPI FASTAPI Public

    Fastapi plus Postgresql backend for social media platform.

    Python 2

  4. underlords_ai_rev underlords_ai_rev Public

    HTML 1 3

  5. RPi4b_cellular_OBDscanner RPi4b_cellular_OBDscanner Public

    Code to Run on CarMiners

    Python 1

  6. RoadRunr RoadRunr Public

    Some Smart Contracts in Solidity Hardhat

    JavaScript 1