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

Highlights

  • Pro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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! 👋

An image of @arushi08's Holopin badges, which is a link to view their full Holopin profile

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', 'backend software engineering', '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', 'javascript'],
            'specialities': ['backend software engineering', 'nlp/ai research', 'data science']
	    'ml_tools'    : ['huggingface', 'pytorch', 'keras', 'pykeen', 'scikit-learn', 'pandas', 'numpy']
	    'deployment_tools' : ['docker', 'openshift', 'jenkins', 'github actions']
	    'data_tools'  : ['bigquery', 'mongodb', 'redis', 'aws s3', 'gcp', 'airflow']
            'ide'    	  : ['vscode', 'pycharm']
        } 
	
	return skills
 

Pinned Loading

  1. inventory-route-optimization-system inventory-route-optimization-system Public

    JavaScript 1

  2. apache/incubator-resilientdb-python-sdk apache/incubator-resilientdb-python-sdk Public

    Python SDK for ResilientDB

    Python 6 6

  3. DiceDB/dice DiceDB/dice Public archive

    DiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware.

    Go 10.7k 1.4k

  4. distributed-chatsystem distributed-chatsystem Public

    Forked from veerabadralokesh/cs2510

    Python

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

    Python 1