Skip to content
View SamarFatimaJaffri's full-sized avatar
  • Karachi, Pakistan

Highlights

  • Pro

Block or report SamarFatimaJaffri

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

Main Image

Views Counter

class AboutMe:
  def __init__(self, name, edu, job, hobbies, interests):
    self.name = name
    self.edu = edu
    self.job = job
    self.hobbies = hobbies
    self.interests = interests

  def education(self):
    print(f"I've completed my {self.edu['degree']} from {self.edu['institute']} as a {self.edu['position']}. With the C.G.P.A {self.edu['cgpa']}.")

  def hobbies_and_interests(self):
    print(f"My hobbies are {', '.join(self.hobbies[:-1])} and {self.hobbies[-1]}. And I am interested in {', '.join(self.interests[:-1])} and {self.interests[-1]}.")

  def career(self):
    print(f"I have 2 years of experience working in industry as a {self.job['experience']} and I am currently planning to switch to a {self.job['opento']} role")


if __name__ == "__main__":
  about_me = AboutMe(
    name='Samar Fatima Jaffri',
    edu={'institute': 'Sir Syed University of Engineering and Technology', 'degree': 'BS-SE', 'position': 'Silver Medalist', 'cgpa': 3.78},
    job={'experience': 'Software Engineer', 'opento': 'AI / ML / NLP'},
    hobbies=['coding', 'learning', 'teaching', 'reading'],
    interests=['Software Development', 'Artificial Intelligence', 'Generative AI', 'Natural Language Processing']
  )


Tools and Languages:

HuggingFace Keras PyTorch Langchain OpenCV Flask Numpy Pandas Plotly Streamlit

MicrosoftSQLServer MongoDB PostgreSQL MySQL SQLite PyCharm Figma

RabbitMQ Amazon AWS Jenkins TravisCI GitHub Actions Swagger JWT Postman PowerBI Conda Docker Selenium

Python C Java JavaScript TypeScript Shell Script Perl

Reach Me @:

LinkedIn Discord Dev.to

Attributes

Attributes for Illustrations

Illustration by Icons 8 from Ouch!

GitHub Repos

Illustrations links provided by

Attribute for Markdown Badges, Stats and Streaks

About Me Inspired by

Popular repositories Loading

  1. slideshow-portfolio slideshow-portfolio Public

    JavaScript 1 1

  2. github-slideshow github-slideshow Public

    A robot powered training repository πŸ€–

    HTML

  3. SamarFatimaJaffri SamarFatimaJaffri Public

    Config files for my GitHub profile.

    1

  4. markdown-portfolio markdown-portfolio Public

  5. awesome-github-profiles awesome-github-profiles Public

    Forked from EddieHubCommunity/awesome-github-profiles

    List of GitHub profiles that have awesome customisation, that you can use for inspiration

    HTML

  6. start-here start-here Public

    Forked from github-craftwork/start-here

    You should open this repo first

    Ruby