Skip to content
View pyaustine's full-sized avatar
🐍
taking bites of code
🐍
taking bites of code

Highlights

  • Pro

Organizations

@c0decrafters
Block or Report

Block or report pyaustine

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
pyaustine/README.md
  • FOSS hobbyist
    
  • Scalable microservice/macroservice (Backend) systems.
    
  • I write scripts, APIs, ML/AI, and LLM models
    
  • Data engineering with Python, Scala, SQL, Docker, dbt, Airflow, Spark, Kafka & Airbyte.
    
  • Reach me through: ayahaustine@gmail.com
    
  • 📄 Know about my experience and projects at https://portfolio-austine.vercel.app

Pinned

  1. Organize files into separate folder... Organize files into separate folders based on file type by running this shell script
    1
    #!/bin/bash
    2
    
                  
    3
    folders='Compressed Documents Images Music Programs Videos'
    4
    ext_comp="*.zip *.tar.gz"
    5
    ext_doc="*.htm* *.php *.txt *.css *.doc* *.pdf *.PDF *.ppt* *.js"
  2. fastapi fastapi Public

    api using python fastapi framework and postgresql db

    Python 1 1

  3. pmml-predictor-module pmml-predictor-module Public

    Light python module for predictions through pmml

    Python 1

  4. curecab-api curecab-api Public

    API that serves the curecab android and web app

    JavaScript 1

  5. python-voice-assistant python-voice-assistant Public

    Google Alexa like Laptop assistant written in Python which uses google's speech-to-text library to process voice input.

    Python 1

  6. langchain-app langchain-app Public

    Chat with Multiple PDFs

    Python