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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
luigiPinna/README.md

πŸ‘‹ Hello World, I'm Luigi Pinna

Typing SVG

visitors Portfolio LinkedIn

class WhoAmI:
    def __init__(self):
        self.name = "Luigi Pinna"
        self.role = "Software Engineer"
        self.hobbies = ["Running", "Surfing", "Learning New Tech"]
        self.portfolio = "www.luigipinna.com"
        self.passions = ["coding", "AI", "Finance and Economics"]
        self.currently_learning = "Advanced React, AI Implementation, LLM Integration"

    def say_hi(self):
        return f"""
        πŸ‘‹ Hello World! I'm {self.name}.
        πŸ’» {self.role} building the future with code and creativity
        🌊 When I'm not coding, you'll find me catching waves
        """


me = WhoAmI()
print(me.say_hi())

🧠 AI & Machine Learning Skills

OpenAI NLP RAG AzureAi Hugging Face NLTK

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

Python Java JavaScript TypeScript C SQL

πŸ”§ Technologies & Tools

FastAPI Azure Node.js Angular Flask Postman Spring PyCharm WebStorm VScode

πŸ‘‡ See More About Me

Portfolio

πŸ“Š GitHub Stats

Luigi's GitHub Stats Luigi's GitHub Streak
Luigi's Top Languages

πŸ“« Let's Connect


⚑ "Code is like humor. When you have to explain it, it's bad." - Cory House

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

  6. ai-cake-generator ai-cake-generator Public

    Fine-tuned Stable Diffusion model for generating photorealistic cake images from text descriptions. Includes training script, CLI tool, and interactive web interface.

    Python