Skip to content
View SoSaymon's full-sized avatar

Highlights

  • Pro

Block or report SoSaymon

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 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
SoSaymon/README.md

πŸ‘‹ Hi, I'm Szymon

Applied Data Science & AI student at BUAS | Focused on Conversational AI, Computer Vision, and Autonomous Systems


⚠️ Note: I'm currently not actively using this profile. Most of my recent work is being pushed to other accounts. For current projects, check my portfolio at szymonchirowski.com


πŸ’Ό Key Projects

  • πŸ€– Chatbot Development: LLM-based conversational AI with GDPR compliance and RAG architecture
  • 🎬 Emotion Recognition in TV Shows: End-to-end NLP pipeline using transformer models (BERT, RoBERTa)
  • πŸ‘οΈ Wall Plug Defect Detection: Computer vision system achieving 100% accuracy with transfer learning and Grad-CAM explainability
  • πŸ“Š POS Terminal Analytics: Power BI dashboard analyzing 1,337+ deployments and compliance metrics for IKEA Breda

πŸ› οΈ Tech Stack

AI & Machine Learning:
Python PyTorch TensorFlow scikit-learn

Backend & APIs:
FastAPI Django

Data & Analytics:
Pandas NumPy Matplotlib Power BI

Databases:
Postgres MongoDB MySQL

Cloud & Deployment:
DigitalOcean Cloudflare Apollo-GraphQL


🌐 Connect

LinkedInPortfolio Stack Overflow Email


Turning data into intelligence, one model at a time. πŸš€

Pinned Loading

  1. diceware-passphrase-generator diceware-passphrase-generator Public

    This is a command-line tool for generating secure passphrases based on the diceware method. The diceware method uses a list of words and random dice rolls to create strong and memorable passwords.

    Python 1

  2. diceware_django diceware_django Public

    Website for generating secure passphrases using the Diceware method. This is web implementation of my other project diceware-passphras-generator written in Python

    CSS

  3. elastic-create-users-and-spaces elastic-create-users-and-spaces Public

    This script is designed to create Elasticsearch users and Kibana spaces. The script is written in Python 3.11 and uses the Elasticsearch and Kibana APIs. The script, thanks to the possibility of lo…

    Python