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

Highlights

  • Pro

Block or report naveedamar

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

Let's Connect and have a Chat!


 A Little Bit About Me and My Interests

class DeveloperProfile:
    
    def __init__(self):
        self.name = "Naveed Amar Guriro"
        self.located_in = "Karachi, Pakistan"
        self.education = "Bachelor of Science in Computer Science"

    def get_skills_and_interests(self):
        return {
            "fields_of_interests": ["Data Science", "Machine Learning", "DevOps"],
            "currently_learning": {"Artificial Intelligence", "Operating Systems"}
        }

    def get_personal_info(self):
        return {
            "hobbies": {"Gaming", "Cinema", "Music"},
            "languages": {
                "Dhakti": "mother tongue",
                "Sindhi": "native",
                "Urdu": "fluent",
                "English": "expert"
            }
        }

    def get_goals(self):
        return {
            "2026_target": [
                "Contribute to open-source OS or Kernel projects",
                "Master LLM fine-tuning",
                "Deep dive into AIOps and System Architecture"
            ]

            # 2025 Goals: MISSION ACCOMPLISHED
            # self.create_projects(count=5)
            # self.learn_technologies(range=(2, 5))
        }

# On a journey from code to impact.

 Tech Stack

vscode python pandas numpy matlab mysql java cplusplus cLang git Ubuntu powershell json html css3 bootsrap jquery javascript


 GitHub Stats

Pinned Loading

  1. leaf-scan leaf-scan Public

    AI powered plant disease expert system combining a CNN model with a JSON knowledge base for diagnosis and treatment recommendations. Trained on PlantVillage dataset.

    Jupyter Notebook

  2. fake-news-detector fake-news-detector Public

    AI powered fake news detector using TF-IDF and Logistic Regression. Trained on 116,993 articles. 95.4% accuracy. Built with Python and Streamlit.

    Jupyter Notebook

  3. pakistan-economic-analysis pakistan-economic-analysis Public

    Harvard's CS50-SQL final project, analyzes key economic trends in Pakistan from 1970 to 2020, spanning five decades, utilizing the 'GDP of Pakistan (1961-2020)' dataset from Kaggle, provided by Sad…

    SQL

  4. ufo-sightings-analyzer ufo-sightings-analyzer Public

    Harvard's CS50-S (Python) final project, UFO Sightings Analyzer a user-friendly Python command-line interface (CLI) designed to explore and analyze a rich dataset of over 80,000 reported UFO sighti…

    Python

  5. bahria-university-labs bahria-university-labs Public

    A collection of all my university lab assignments and coding exercises from various Computer Science courses (C++, Java, Python, etc.). Documenting my learning journey.

    Jupyter Notebook