Skip to content
View marcanjoul's full-sized avatar

Block or report marcanjoul

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

Hey, I’m Mark 👋

CS student • Looking to collaborate on anything fun, interesting, and helpful

Status


Current Focus

  • iOS (UIKit & SwiftUI): Clean architecture, REST APIs, async flows, data persistence
  • AI / ML: Embeddings, vector search, LLM orchestration (Ollama • LLaMA 3)
  • Systems (C/C++): Data structures, memory management, file I/O

What I’m building right now

  • App Nest – An iOS app that facilitates the job application tracking process by automatically adding trackings by email parsing, as well as the ability to manually add a past job, or even paste a past email!

Featured Projects

NoteWeb (Python, AI)

Semantic search for PDFs with embeddings + vector DB and LLaMA 3 (Ollama).
Multi-file ingestion • Chunking + caching • Conversational Q&A
Python · PyPDF · Ollama (LLaMA 3)

Groov (iOS, UIKit) [MVP Ready]

Album explorer using Last.fm API with star ratings + to-listen lists.
Async API calls • Custom UICollectionView layouts • Storyboard
Swift · UIKit · URLSession · Storyboard

Interactive Restaurant System (C)

Self-ordering kiosk simulation with linked lists, tipping logic, and receipts.

C · Data Structures · Pointers


Tech I use/have used

Swift • Python • C/C++ • UIKit / SwiftUI • Git / Xcode / VS Code
AI: Embeddings • RAG • Ollama (LLaMA 3)


Learning

SwiftUI • Full-stack mobile apps • Applied AI


Contact Me

Pinned Loading

  1. AppNest AppNest Public

    An iOS app that facilitates the job application tracking process by automatically adding trackings by email parsing, as well as the ability to manually add a past job, or even paste a past email!

    Swift 1

  2. NoteWeb NoteWeb Public

    NoteWeb is a local-first AI tool that semantically indexes and searches your documents using LLaMA 3 and vector embeddings.

    Python

  3. Interactive-Restaurant-Kiosk Interactive-Restaurant-Kiosk Public

    Personal Command Line project to showcase my skills in C!

    C