Skip to content
View Vaios-Panagiotou's full-sized avatar
πŸ‘¨β€πŸ¦²
πŸ‘¨β€πŸ¦²
  • Greece
  • 18:11 (UTC -12:00)

Highlights

  • Pro

Block or report Vaios-Panagiotou

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.

Content in all repositories owned by your account will be closed.
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
Vaios-Panagiotou/README.md

Intro animation

GitHub Website LinkedIn Email

subtle animation

divider

🧠 About Me

About animation

divider

🧰 Tech Stack

Python C C++ TensorFlow PyTorch scikit-learn PostgreSQL Linux Git

divider

🌟 Featured Work & Skills

πŸ€– AI & Machine Learning

  • Berkeley AI Pacman β€” AI algorithms for the classic game. ↳ A* Search Adversarial Search (Minimax) CSP RL
  • BERT Sentiment Classifiers β€” Transformer models for tweet sentiment analysis. ↳ PyTorch HuggingFace Fine-tuning t-SNE
  • NLP Sentiment Analysis β€” Deep learning approaches for sentiment classification. ↳ CNN/RNN Data Preprocessing Metrics
  • Word2Vec Sentiment β€” Word embeddings with neural networks for NLP. ↳ Feature Engineering Vector Semantics Model Evaluation

🌐 Web Development

  • Care4Pets β€” Pet health & veterinary clinic management dashboard. ↳ React 18 Material UI Context API JSON Server

πŸ’» Systems & Algorithms

  • Vamana Indexing β€” Graph-based approximate nearest neighbor search. ↳ C++ Graph Algorithms Multi-threading Binary I/O
  • Vampires vs Werewolves β€” Turn-based grid game with a Day-Night cycle and GUI. ↳ C++ SDL2 OOP Game Loop
  • C Code Formatter β€” C application for formatting and beautifying source code. ↳ Parsing AST-like Tokenization CLI Tooling
  • Robot Coins β€” Algorithmic solution for the robot coin collection problem. ↳ Dynamic Programming Greedy Heuristics Complexity Analysis
  • MIPS Study Pack β€” Assembly language and computer architecture studies. ↳ Low-level Programming Registers Pipelines

divider

Pinned Loading

  1. tweet-sentiment-classifiers-bert-distilbert tweet-sentiment-classifiers-bert-distilbert Public

    An NLP sentiment analysis project that compares BERT and DistilBERT transformer models for classifying Twitter sentiment, demonstrating the use of pretrained language models for understanding and a…

    Jupyter Notebook

  2. c-code-formatter c-code-formatter Public

    A C code formatting tool that automatically restructures source code to improve readability, consistency, and maintainability by applying predefined formatting rules.

    C

  3. vamana-indexing vamana-indexing Public

    A C++ implementation of the Vamana indexing algorithm for Approximate Nearest Neighbor search, exploring graph-based vector indexing techniques for fast similarity retrieval in high-dimensional spa…

    C++ 1

  4. Care4Pets Care4Pets Public

    Care4Pets is a React-based pet health management application that helps owners and veterinarians manage appointments, medical records, pet profiles, and lost/found pet information through a user-fr…

    JavaScript 1

  5. nlp-sentiment-analysis nlp-sentiment-analysis Public

    Jupyter Notebook

  6. Vampires-vs-Werewolves Vampires-vs-Werewolves Public

    C++ 1