Skip to content
View luigiPinna's full-sized avatar

Block or report luigiPinna

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
luigiPinna/README.md
class WhoAmI:

    def __init__(self):
        self.name = "Luigi"
        self.role = "Software Engineer"
        self.company = "Aevoluta"
        self.hobbies = ["Run", "Surf"]
        self.my_portfolio = "www.luigipinna.com"
        self.interests = ["Ai", "Web3", "Economics"]
        self.improving_now = "React, Ai implementation"
        

    def say_hi(self):
    return f"Hi there πŸ‘‹ I'm {self.name}. I specialize in {self.role} at {self.company}. Welcome to my GitHub!"



me = WhoAmI()
me.say_hi()

visitors

πŸ‘¨β€πŸ’» Programming Languages

Python Java JavaScript TypeScript C SQL

πŸ”§ Technologies & Tools

Azure Node.js Angular Flask Postman Spring PyCharm WebStorm VScode

πŸ‘‡ See More About Me

Portfolio

πŸ“ˆ GitHub Stats

Pinned Loading

  1. PDFChatQA PDFChatQA Public

    This is a Python application that allows you to load a PDF and ask questions about it using natural language

    Python 1 1

  2. Cryptocurrency-Converter Cryptocurrency-Converter Public

    Cryptocurrency Converter project where you can convert cryptocurrencies to others and know the correct exchange rate

    JavaScript 1

  3. openai-generate-image openai-generate-image Public

    openai api

    HTML

  4. nft-test-deploy nft-test-deploy Public

    my first simple NFT project

    JavaScript

  5. DocuMentor DocuMentor Public

    DocuMentor is an ai tool when users can ask natural language questions and receive accurate, context-aware answers extracted directly from PDF documents

    Python