Skip to content
View ammar20112001's full-sized avatar

Block or report ammar20112001

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

__aboutme__

I'm Ammar, from Pakistan, living in Kuwait. I'm a CS undergrad and a self taught AI/NLP specialist and back-end dev, with solid foundation on python internals.

So far, I've built a few projects (checkout my pinned repos) and worked as an internee for a startup company as an AI developer, and have spent 100's of hours studying Machine Learning and Deep Learning theory and state-of-the-art research work and papers.

I love to CODE, and I love to write ML code.

🛠 Techs

Python, C / C++, SQL
Flask, Streamlit, Docker, AWS Lambda, S3
PyTorch, PyTorch Lightning
Transformers, Langchain, OpenAI, Google API
Pandas, NumPy, Scikit-Learn, Matplotlib
Weights & Biases

python logo c logo SQL flask logo Streamlit docker logo aws lambda logo pytorch logo ligthning logo transformers logo langchain logo OpenAI GPT Google Cloud pandas logo numpy logo scikit learn logo matplotlib logo wandb logo git logo

Pinned Loading

  1. Attention-Is-All-You-Need--reproduced Attention-Is-All-You-Need--reproduced Public

    Coded transformer architecture from scratch and created modular framework for experimenting, with suppport for training, hyperparameter search, and serverless deployment.

    Python 6

  2. Real-Time-Translation--GenAI Real-Time-Translation--GenAI Public

    Built a real-time translation web application, with support for real-time recording via microphone and audio playback, using Google and OpenAI model APIs.

    Python

  3. math-llm-self-consistency-with-question-rephrasing math-llm-self-consistency-with-question-rephrasing Public

    Optimized open-source LLMs performance with effective decoding strategies to solve High School level math problems through intuitive reasoning.