Skip to content
View Joelcic's full-sized avatar

Block or report Joelcic

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

Popular repositories Loading

  1. AnnotationToolkit AnnotationToolkit Public

    AnnotationToolKit is an open-source Python app for creating object detection datasets. Extract video frames, annotate images, and export in popular format. Built with PyQt5, it's lightweight, intui…

    Python

  2. PointNet-pytorch PointNet-pytorch Public

    An easy-to-follow PyTorch implementation of PointNet (Qi et al., 2017). This project was built for learning purposes, with the goal of keeping the implementation clear, well-documented, and reprodu…

    Python

  3. BigramLanguageModel BigramLanguageModel Public

    This project contains a Bigram Language Model and custom tokenizers, all implemented from scratch. The repository is intended as a hands-on way to learn and experiment with NLP concepts.

    Python

  4. TinyLLM_LanguageModelFromScratch TinyLLM_LanguageModelFromScratch Public

    A small language model built from scratch in PyTorch utilizing transformers. Trained on WikiText-2 with character- and word-level tokenization. Educational project to explore embeddings, positional…

    Python

  5. DL-DepthEstimation DL-DepthEstimation Public

    Transform 2D images into 3D worlds using deep learning. This small project explores monocular depth estimation and 3D point cloud generation from a single image.

    Python

  6. RAGAgent-Local RAGAgent-Local Public

    An lightweight Local RAG Agent, fully local retrieval-augmented generation pipeline: ingest → chunk → embed → store (Chroma) → retrieve → generate using Ollama via LangChain. Includes a simple PyQt…

    Python