Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View pamelaAugustine's full-sized avatar

Block or report pamelaAugustine

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

Pinned Loading

  1. portfolio portfolio Public

    My personal portfolio built with React and TypeScript - featuring my recent work, projects, and a chatbot powered by OpenAI.

    TypeScript

  2. pet-adoption-center pet-adoption-center Public

    React project demonstrating advanced patterns like Context API, Higher Order Components, and Render Props through a themed Pet Adoption Center UI. Built with Tailwind CSS and fully tested.

    JavaScript

  3. weather-prediction-app weather-prediction-app Public

    Machine learning app that predicts next-day temperatures using a k-NN model (FastAPI + React)

    Python

  4. nlp-workshop nlp-workshop Public

    End-to-end NLP project using the 20 Newsgroups dataset. Built a text classification pipeline with TF-IDF vectorization and a Naive Bayes model. Includes preprocessing, training, evaluation, and vis…

    Python

  5. clip-zero-shot-flowers clip-zero-shot-flowers Public

    Zero-shot image classifier using OpenAI's CLIP model on a flower dataset. Predicts image labels using natural language prompts — no fine-tuning required.

    Python

  6. dqn-cartpole dqn-cartpole Public

    Deep Q-Network agent trained to solve the CartPole-v1 environment using experience replay, target networks, and epsilon-greedy exploration. Includes reward shaping and training logs.

    Python