Skip to content
View Sellesta's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Sellesta

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

Moses Wanjema — ML Engineer · Data Engineer · AI Builder

Profile Views   LinkedIn Hugging Face Portfolio Devpost


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



Stack

Python



Projects

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


Stats



Contribution Snake

Snake
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 }}


Building something ambitious? Let's talk.

Pinned Loading

  1. Softheon-Integration-Sandbox Softheon-Integration-Sandbox Public

    Create a Python + SQL pipeline showing how to pull member data from a database and push to Softheon via API.

    Python

  2. Reddit-Data-Pipeline-with-Airflow-Celery-PostgreSQL-S3-AWS-Glue-Athena-and-Redshift Reddit-Data-Pipeline-with-Airflow-Celery-PostgreSQL-S3-AWS-Glue-Athena-and-Redshift Public

    This project delivers a robust ETL data pipeline for Reddit, transferring data into a Redshift warehouse. It integrates tools like Apache Airflow, Celery, PostgreSQL, Amazon S3, AWS Glue, Amazon At…

    Python

  3. Adidas-Sales-Analytics-Dashboard-2020-2021- Adidas-Sales-Analytics-Dashboard-2020-2021- Public

    This ETL script pulling sales data from an Adidas excel flat file, data source from Kaggle.

    Python

  4. Vet2TechChatbox- Vet2TechChatbox- Public

    Winner Built for the "Build Your Own AI Chatbot" Hackathon

    Python 3

  5. Visualizing-Canada-s-Crime-Stats-in-PowerBI Visualizing-Canada-s-Crime-Stats-in-PowerBI Public

    > __Visualizing Canada's Crime Stats in PowerBI__ _The repository contains all the analysis files used to create the final report._

    Jupyter Notebook 5

  6. Resume-Ranker Resume-Ranker Public

    Resume Ranker – AI-Powered Resume Screening Tool Link: https://resume-ranker-4po1.onrender.com

    CSS