I build at the intersection of data, ML, and clean software — from ETL pipelines and LLM fine-tuning to production APIs. Currently experimenting with Rust microservices and working with @macroai. Open to remote opportunities.
🏆 Hackathon winner — Vet2TechChatbox · AI Chatbot Hackathon
| Project | Stack | |
|---|---|---|
| 🏆 | Vet2TechChatbox — Hackathon-winning AI chatbot bridging veterans into tech | Python · GPT · FastAPI |
| 🤖 | AI Resume Ranker — NLP screener that scores resumes with Transformers | Python · Hugging Face · Streamlit |
| 🔄 | Reddit Data Pipeline — ETL from Reddit → Redshift via Airflow + AWS | Python · Airflow · S3 · Redshift |
| 🌍 | Language Tutor Bot — African language learning chatbot (hackathon finalist) | GPT-Neo · Twilio · FastAPI |
| 📊 | Canada Crime Dashboard — National crime data in PowerBI | Python · Jupyter · PowerBI |
| 🔌 | Softheon Integration — Python + SQL pipeline → Softheon API | Python · SQL |
Snake setup (one-time GitHub Action)
Create .github/workflows/snake.yml:
name: Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: Sellesta
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}