Skip to content
View arushi-08's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report arushi-08

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
arushi-08/README.md

Hi there! Getting to know me👋

from typing import Tuple, List, Dict

class Arushi:
    pass

class Attributes(Arushi):
    @property
    def contact(self) -> Tuple[str, str]:
        linkedin  = "in/arushi--sharma/"
        email    = "arushi.sharma@pitt.edu"
	    
	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
 

Pinned Loading

  1. Biomedical-Long-Documents-Lay-Summarization- Biomedical-Long-Documents-Lay-Summarization- Public

    Forked from littlefieldnick/Biolaysumm2024

    Jupyter Notebook

  2. Drug-Discovery-Knowledge-Graphs Drug-Discovery-Knowledge-Graphs Public

    Jupyter Notebook

  3. Argumentative-Stance-Prediction-with-Transformers Argumentative-Stance-Prediction-with-Transformers Public

    Python 1

  4. A-Guide-to-High-Performance-Asynchronous-APIs A-Guide-to-High-Performance-Asynchronous-APIs Public

    Python

  5. Kafka-python-client Kafka-python-client Public

    Python 1

  6. distributed-chatsystem distributed-chatsystem Public

    Forked from VeerabadraLokesh/cs2510

    Python