Giter Club home page Giter Club logo

Hi there šŸ‘‹
šŸ”­ Iā€™m currently working on Something Really Cool
šŸŒ± Iā€™m currently learning Large Language Models, Prompt Engineering

from typing import List

__author__ = "Dinesh Kumar Illa"
__email__ = "[email protected]"
__description__ = (
    " šŸ¤– Artificial Intelligence Enthusiastic | šŸ¬ Deep Learning | šŸ Python "
)
__location__ = "šŸŒŽ Anytown, SomeWhere"
__github__ = "https://github.com/Dineshilla"


class Who:
    def __init__(self):
        self.author = __author__
        self.email = __email__
        self.description = __description__
        self.location = __location__
        self.github = __github__
        self.interests = [
            "šŸ“ˆ Data science",
            "šŸ¤– Machine learning",
            "šŸŽØ Creative coding"
        ]
        self.skills = [
            "šŸ Python",
            "ā˜• Java",
            "šŸ˜ PostgreSQL",
            "šŸƒ MongoDB"
        ]
    def get_interests(self) -> str:
        return " | ".join(self.interests)
    def get_skills(self) -> str:
        return " | ".join(self.skills)
    def __repr__(self):
        return f"<h1>{self.author}</h1><p>{self.description}</p><p>{self.location}</p><p>Interests: {self.get_interests()}</p><p>Skills: {self.get_skills()}</p><a href='{self.github}' target='_blank'>Check out my code on GitHub</a>"

Who()

Dinesh Illa

šŸ Python | šŸ¤– Artificial Intelligence Enthusiastic | šŸ¬ Deep Learning

šŸŒŽ Anytown, SomeWhere

Interests: šŸ“ˆ Data science | šŸ¤– Machine learning | šŸŽØ Creative coding

Skills: šŸ Python | ā˜• Java | šŸ˜ PostgreSQL | šŸƒ MongoDB

Check out my code on GitHub

Illa Dinesh Kumar's Projects

ask-pdf icon ask-pdf

Conversational AI Chatbot with Langchain

rainfall-prediction-in-central-india icon rainfall-prediction-in-central-india

We are trying to predict the rainfall in the Central India region. We have a large dataset of 82 discontinuous years with rainfall measure in 989 different locations.

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.