Skip to content
View Salik-web's full-sized avatar

Highlights

  • Pro

Block or report Salik-web

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Salik-web/README.md

salik

ai/ml engineer · solo building multiple things · karachi



stuff I've built

Agentic Research Assistant 11 node LangGraph pipeline, Pinecone for retrieval, Tavily for search, streams answers back in real time instead of making you wait and stare at a spinner.

Text to SQL Agent Talk to it in plain english, it writes the SQL. Multi dialect, self correcting on errors, read only so it can't accidentally delete your entire database because it misunderstood a prompt.

Shortsmith Feed it a long video, it transcribes, finds the actually interesting parts, reframes them vertical, adds captions. A human still has to approve before anything goes live because I don't trust AI that much either.

Machine Learning With Python From Scratch 17 topic series where I built the actual math instead of just importing sklearn and calling it a day.


find me

portfolio · linkedin

Popular repositories Loading

  1. Machine-Learning-With-Python-From-Scratch Machine-Learning-With-Python-From-Scratch Public

    A structured journey through machine learning fundamentals using Python. This repository documents my hands-on learning of core ML concepts — from logistic regression and bias/variance trade-offs t…

    Jupyter Notebook 4 1

  2. nba-analytics-dashboard nba-analytics-dashboard Public

    Python

  3. LangchainV1 LangchainV1 Public

    LangChain v1 Learning Repository Agents, Models, Tools, Messages, Structured Output & Middleware with hands on Jupyter notebooks and detailed explanations

    Jupyter Notebook

  4. LangGraph LangGraph Public

    This repository explores LangGraph for building stateful, multi actor LLM applications. It features Python based examples, from basic routing to complex, cyclic multi agent workflows. Ideal for dev…

    Jupyter Notebook

  5. Research-Agent Research-Agent Public

    An agentic research assistant built with LangChain, LangGraph, and LangSmith. It searches the web, processes PDFs, stores findings in Pinecone, and generates structured research reports using adap…

    Python

  6. text-to-sql-agent text-to-sql-agent Public

    A full stack application that lets anyone query a database in plain English. Connect a database, ask a question like "which customer spent the most last month?", and the agent writes the SQL, runs …

    TypeScript