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.
Highlights
- Pro
Pinned Loading
-
leaf-scan
leaf-scan PublicAI 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
-
fake-news-detector
fake-news-detector PublicAI 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
-
pakistan-economic-analysis
pakistan-economic-analysis PublicHarvard'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
-
ufo-sightings-analyzer
ufo-sightings-analyzer PublicHarvard'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
-
bahria-university-labs
bahria-university-labs PublicA 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
If the problem persists, check the GitHub status page or contact support.


