Skip to content
View Tashu014's full-sized avatar

Block or report Tashu014

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. livekit-assistant livekit-assistant Public

    Application that simulates a voice-based AI interviewer. The interviewer uses Text-to-Speech (TTS) to ask questions, and Speech-to-Text (STT) to transcribe the candidate’s responses. An LLM (GPT-4)…

    Python 1

  2. CampusBuddy CampusBuddy Public

    Answers about application deadlines, required documents, tuition fees, scholarship opportunities, etc.

    Jupyter Notebook

  3. nlptextprep nlptextprep Public

    One step PyPI Python package for NLP friendly data preprocessing.

    Python

  4. transformer-from-scratch transformer-from-scratch Public

    Hands-on implementation of the Transformer architecture using basic Numpy operations to understand the core principles behind ChatGPT. This project explores Self-Attention, Multi-Head Attention tha…

    Jupyter Notebook

  5. lora-imdb-distilbert lora-imdb-distilbert Public

    Practice repo for experimenting with parameter-efficient fine-tuning (PEFT) using LoRA on DistilBERT. Includes a minimal training pipeline on the IMDB dataset for sentiment classification, with bef…

    Python