Skip to content
View DilanCalvo's full-sized avatar
πŸ˜ƒ
Working from home
πŸ˜ƒ
Working from home
  • Costa Rica
  • 20:01 (UTC -12:00)
  • Instagram cc_ds_09

Block or report DilanCalvo

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

πŸ‘¨β€πŸ’» Dilan Calvo

Typing SVG

πŸš€ About Me

class Dilan:
    def __init__(self):
        self.username = "Dilan Calvo"
        self.role = "Programming Student"
        self.education = "Technical High School - Web Development"
        self.current_focus = ["Backend Development", "Machine Learning", "AI"]
        self.learning = ["Django", "Python ML Libraries", "Algorithms"]
        self.hobbies = ["Programming", "Gym πŸ’ͺ", "Self-learning"]
        
    def say_hi(self):
        print("Thanks for visiting my profile! Always open to collaborate and learn.")

me = Dilan()
me.say_hi()

πŸ’‘ More about me:

  • πŸŽ“ Technical student focused on web development
  • πŸ’» Passionate about backend with Django and Python
  • πŸ€– Exploring AI/ML - The future of technology
  • πŸ‹οΈ Fitness enthusiast - Clean code and healthy body
  • πŸ“š Self-taught at heart - I love learning everything

πŸ› οΈ Technologies & Tools

Languages

Python JavaScript HTML5 CSS3 SQL

AI & Machine Learning

Machine Learning Deep Learning TensorFlow Keras PyTorch Scikit-Learn

Data Science & Analysis

Pandas NumPy Matplotlib Seaborn OpenCV

Frameworks & Tools

Django Git Jupyter VS Code


πŸ’» Development Focus

development_areas = {
    "core_foundations": {
        "programming": ["Python", "Data Structures", "Algorithms"],
        "math_for_ai": ["Linear Algebra", "Probability", "Statistics"],
        "software_engineering": ["Git", "REST APIs", "Database Design"]
    },
    "machine_learning": {
        "supervised_learning": ["Regression", "Classification"],
        "unsupervised_learning": ["Clustering", "Dimensionality Reduction"],
        "tools": ["Scikit-Learn", "Pandas", "NumPy", "Matplotlib"]
    },
    "deep_learning": {
        "neural_networks": ["ANN", "CNN", "RNN"],
        "frameworks": ["TensorFlow", "Keras"]
    },
    "current_focus": "Building real-world AI systems with solid theoretical foundations"
}

🎯 Currently Learning

learning_path = {
    "focus_areas": {
        "Backend": ["Django", "REST APIs", "Databases"],
        "AI/ML": ["Machine Learning", "Data Science", "Python Libraries"],
        "Soft_Skills": ["Problem Solving", "Clean Code", "Git Workflow"]
    },
    "philosophy": "Learn something new every day πŸ“š",
    "status": "Always evolving πŸš€"
}

🌟 What Drives Me

mindset = {
    "approach": "Self-taught and discipline-driven",
    "balance": "πŸ’ͺ Gym discipline + πŸ’» Coding passion = πŸš€ Constant growth",
    "values": ["Autodidact", "Perseverant", "Curious", "Evolving"],
    "motto": "Code is poetry in motion"
}

Self-learner πŸ“š | Perseverant πŸ’ͺ | Curious πŸ” | Always Evolving πŸš€


πŸ“« Connect With Me

Instagram


πŸ’­ "Code is poetry in motion"

Profile Views

Popular repositories Loading

  1. mediapipeHandLandmarker mediapipeHandLandmarker Public

    Real-time hand detection system using MediaPipe and OpenCV. Detects up to 4 hands simultaneously via webcam, tracking 21 landmarks per hand with live FPS display and hand classification (left/right).

    Python 1

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

    A deep learning project of coursera using LSTM neural networks to classify news articles as real or fake with 99%+ accuracy. Built with TensorFlow/Keras and NLP techniques.

    Jupyter Notebook 1

  3. Python_GifProyect Python_GifProyect Public

    This is a Python project about creating a gift.

    Python

  4. DilanCalvo DilanCalvo Public