Skip to content
View JacobMacInnis's full-sized avatar

Block or report JacobMacInnis

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

Hi there, I'm Jacob 👋

🧠 Languages

TypeScript JavaScript Python HTML5 CSS3

⚙️ Libraries, Frameworks, and Runtimes

Node.js Express React React Native FastAPI Redux Electron Cordova Webpack

☁️ Cloud and Infrastructure

AWS GCP Azure Serverless Docker Firebase

🧠 Machine Learning and Data Manipulation

TensorFlow PyTorch Hugging Face scikit-learn LangChain LangGraph Pandas NumPy OpenAI FAISS Ollama

📊 Data Visualizations

Seaborn Matplotlib

🗄️ Databases

Firestore Typesense MongoDB SQL PostgreSQL CouchDB PouchDB IBM Cloudant

📦 Package Managers

pnpm Nx npm Poetry

🚀 CI/CD Services

CircleCI Travis CI

🧪 Testing

Jest Mocha Chai Enzyme


Pinned Loading

  1. r2ai r2ai Public

    R2AI is a semi-autonomous Python refactoring agent built using LangGraph. It analyzes and improves Python code structure using Ruff, refactors it via LLM, and supports human-in-the-loop review with…

    Python

  2. agent_cortex_v2 agent_cortex_v2 Public

    Agent Cortex v2 expands the local AI assistant with new tools including: persistent long-term memory, Python code execution, and short-term conversational context. Built on LangChain and Mistral 7B…

    Python

  3. agent_cortex_v1 agent_cortex_v1 Public

    Agent Cortex is a local AI assistant powered by LangChain and Mistral 7B. It combines: Document retrieval (RAG), Math solving, and DuckDuckGo web search. Runs fully offline (except for websearch)—n…

    Python

  4. rag-api rag-api Public

    production-ready RAG (Retrieval-Augmented Generation) backend built with FastAPI, SentenceTransformers, and FLAN-T5. It demonstrates a modern approach to question-answering using both semantic sear…

    Python

  5. agricultural-leaf-vision agricultural-leaf-vision Public

    A lightweight computer vision project developed to deepen my understanding of image preprocessing, transfer learning, and end-to-end ML deployment with minimal cloud cost. It's built using transfer…

    Python

  6. support-agent support-agent Public

    Simple Support agent primarily using RAG with Vector DB consisting of a companies documention with a fallback to OpenAI GPT-3.5-Turbo for general question handling.

    Python