Skip to content
View faivan95's full-sized avatar
πŸ’­
Locked in
πŸ’­
Locked in

Highlights

  • Pro

Block or report faivan95

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

Welcome to my Ted Talk πŸ‘‹

LinkedIn Medium Goodreads Email


I'm a motivated individual trying to make machines a bit more human by specializing in interacting with Large Language Models (LLMs), NLP, Software Development and various modern technologies.


πŸ’» About Me

  • πŸ‘¨β€πŸ’» Software Developer focused on NLP and Large Language Model (LLM) applications
  • 🏒 Recently graduated with a M.Sc. in Informatics from the Technical University of Munich
  • 🐍 Fluent in Python, C++, and always happy to learn more!
  • πŸ€– Making machines a bit more human, one model at a time
  • πŸ“š Sci-fi & fantasy bookworm (Goodreads)
  • πŸ§‘β€πŸ”¬ Always tinkering with new projects in NLP, embeddings, and AI

πŸš€ Highlighted Projects

  • Munich_Walking_Isochrones:
    Geospatial Data project that shows the reachable walking zones from the center of Marienplatz in Munich.
    Marienplatz

    Language: Python

  • RAG Pipeline:
    Retrieval-Augmented Generation (RAG) using indexed documents in order to evaluate input text with Deepseek-R1 8B Model.
    Language: Python

  • Topic_Modeling_Pythia:
    Topic modeling in Python using embeddings from various checkpoints of GPT-NeoX LLM training.
    Language: Python

  • Matrix_Template_Cpp:
    A C++ program for matrix operations, supporting both strings and numbers via templates.
    Language: C++

...and more on my GitHub!


πŸ“« Let's Connect


⚑ Fun Facts

  • πŸ‘οΈβ€πŸ—¨οΈ Always on the lookout for a good bargain
  • β˜• Runs on memes, curiosity, and plot twists
  • πŸ€“ Can usually be found reading or building the next LLM-powered thing

Farhan's GitHub Stats


Thanks for stopping by! May your models converge and your books have happy endings!

Pinned Loading

  1. Walking-Isochrones Walking-Isochrones Public

    Geospatial Data project that shows the reachable walking zones from the center of Marienplatz in Munich

    Jupyter Notebook

  2. Topic-Modeling-Pythia Topic-Modeling-Pythia Public

    Topic modeling done in python using embeddings available at different checkpoints of training on GPT-NeoX Large Language Model (LLM)

    Python 1

  3. Matrix_Template_Cpp Matrix_Template_Cpp Public

    A C++ program that has matrix functionality. Templates were used to make it usable irrespective of whether elements are strings or numbers in the matrices.

    C++

  4. BookWorm BookWorm Public

    A book management system and reader made using ASP.NET. Here, users can upload and read their books. They can also bookmark and comment on individual pages.

  5. Typing-Test Typing-Test Public

    OpenGL was used to make a simple 2D game where users press the alphabets in order to destroy the circles containing those alphabet at their centers before they reach the center of the screen.

  6. Voice-Recognition Voice-Recognition Public

    A voice recognition system made using Java Sphinx API. Users speaks and if it matches the programmed phrases, the corresponding task is done, such as, opening browser, closing media player etc.