Git Product home page Git Product logo

Hello, World! I'm Lakshya Sharma 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-

class GitHubProfile:

    def __init__(self):
        self.username = "lakshya324"
        self.name = "Lakshya Sharma"
        self.bio = "Python Developer | Data Science Enthusiast"
        self.location = "Earth, Milky Way"
        self.github_url = "https://github.com/lakshya324"
        self.skills = ["Python", "Data Analysis", "Machine Learning", "Deep Learning", "App Development"]
        self.interests = ["Open Source", "AI Ethics", "Data Visualization"]
        
    def say_hello(self):
        print(f"👋 Hi there! I'm {self.name}.")
        print(f"{self.bio}")
        print(f"🌍 Location: {self.location}")
        print(f"🌐 GitHub: {self.github_url}")
        print("💼 Skills:")
        for skill in self.skills:
            print(f"   - {skill}")
        print("🚀 Interests:")
        for interest in self.interests:
            print(f"   - {interest}")

# Create an instance of your GitHubProfile
profile = GitHubProfile()
profile.say_hello()

🚀 Passionate about coding, AI, and data science
💻 Python enthusiast | Flutter app developer
🤖 Exploring the world of Machine Learning and Deep Learning
📚 Lifelong learner on a mission to turn ideas into code
🌐 Let's connect and code together!

🌐 Connect with me:

lakshyasharma3 lakshya.sharma___ lakshya324

💻 Languages and Tools:

c cplusplus dart flutter javascript mysql opencv pandas python scikit_learn tensorflow

📊 GitHub Stats:




✍️ Random Dev Quote

lakshya324


Lakshya Sharma's Projects

image-recognition icon image-recognition

This is an Image Recognition system based on Convolutional Neural Networks (CNN), designed to distinguish between images of dogs and cats.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.