Skip to content
View UstadYasin's full-sized avatar

Block or report UstadYasin

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ustadyasin/README.md

Hi there πŸ‘‹ I'm Yasin

Typing SVG

πŸš€ About Me

class Yasin:
    def __init__(self):
        self.location = "Afghanistan πŸ‡¦πŸ‡«"
        self.role = "Self-Taught Data Science Student"
        self.learning = [
            "Machine Learning",
            "Deep Learning",
            "Natural Language Processing",
            "Flutter Development",
            "Operating Systems",
            "Information Retrieval"
        ]
        self.current_goal = "Become an AI Engineer"
        self.motto = "Build. Learn. Improve. Repeat."

    def say_hi(self):
        print("Thanks for visiting my profile!")

me = Yasin()
me.say_hi()

🧠 Current Focus

  • πŸ“Š Learning Data Science deeply from scratch
  • πŸ€– Building Machine Learning & Deep Learning projects
  • 🧹 Working on Persian/Dari NLP projects
  • πŸ“± Developing Flutter applications
  • 🐧 Exploring Linux systems and open-source tools
  • πŸ† Improving my Kaggle and GitHub profile

⚑ Tech Stack

πŸ’» Languages

🧰 Frameworks & Tools

πŸ“š Data Science & AI


πŸ“Œ Featured Projects

πŸ”₯ Farsi/Dari Toxic Detection

NLP project focused on detecting toxic comments in Farsi/Dari language.

πŸͺ Shop Management App

Flutter + Firebase application for managing shop rentals and billing.

🌍 Tourist Guide App

Advanced Flutter app for tourism and local exploration.


πŸ“ˆ GitHub Stats


πŸ”₯ GitHub Streak


πŸ† Goals for 2026

  • βœ… Build strong Data Science portfolio
  • βœ… Contribute to open-source projects
  • πŸ”„ Participate actively in Kaggle competitions
  • πŸ”„ Master Deep Learning fundamentals
  • πŸ”„ Create impactful AI projects for local languages
  • πŸ”„ Study Computer Science abroad

🌐 Connect With Me


⭐ "Small progress every day becomes something big." ⭐

Pinned Loading

  1. farsi-dari-toxic-detection farsi-dari-toxic-detection Public

    A machine learning project for detecting toxic comments in Dari/Farsi text, focusing on handling slang, spelling variations, and noisy real-world language using custom preprocessing and NLP techniq…

    Jupyter Notebook 1