Skip to content
View Dineshilla's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Dineshilla

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Dineshilla/README.md

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__ = "idineshkumar12321@gmail.com"
__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

Popular repositories Loading

  1. Ask-PDF Ask-PDF Public

    Conversational AI Chatbot with Langchain

    Python 2

  2. ShapeAI_Dinesh_kumar ShapeAI_Dinesh_kumar Public

    Basic python and machine learning 7 days bootcamp

    Jupyter Notebook

  3. ShapeAI_Dinesh_kumar_1 ShapeAI_Dinesh_kumar_1 Public

    Bootcamp on basic Web Dev and Node js - 7 days

    JavaScript

  4. Web_Based_Home_Automation_IOT Web_Based_Home_Automation_IOT Public

    Home Automation using IOT and it can be accessed by web from anywhere without connecting to the same network

    CSS

  5. Diabetes_Predecting_Using_SVM_and_StreamLit Diabetes_Predecting_Using_SVM_and_StreamLit Public

    Predicting whether a person having diabetes or not by taking some basic information

    Python

  6. Breast-Cancer-Detection-using-differnet-ML-Algorithms Breast-Cancer-Detection-using-differnet-ML-Algorithms Public

    Jupyter Notebook