from typing import Tuple, List, Dict
class Arushi:
pass
class Attributes(Arushi):
@property
def contact(self) -> Tuple[str, str]:
linkedin = "in/arushi--sharma/"
email = "[email protected]"
return linkedin, email
@property
def life(self) -> Tuple[List[str], List[str]]:
langs = ['hindi', 'english']
interests = ['ai', 'design', 'salsa', 'ping pong']
return langs, interests
@property
def coding(self) -> Dict[List[str], List[str], List[str], List[str], List[str]]:
skills = {
'expert' : ['python', 'sql', 'java'],
'specialities': ['nlp/ai research', 'data science', 'data engineering']
'ml_tools' : ['huggingface', 'pytorch', 'keras', 'pykeen', 'scikit-learn', 'pandas', 'numpy']
'data_tools' : ['docker', 'openshift', 'jenkins ci/cd', 'git', 'bigquery', 'mongodb', 'redis', 'aws s3', 'gcp', 'airflow']
'ide' : ['vscode', 'pycharm']
}
return skills
🎯
Focusing
- Pittsburgh, PA
Pinned Loading
-
-
DiceDB/dice
DiceDB/dice PublicDiceDB is an open source, redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
-
apache/incubator-resilientdb-python-sdk
apache/incubator-resilientdb-python-sdk PublicPython SDK for ResilientDB
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.