Skip to content
View alishohadaee's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report alishohadaee

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

Ali Shohadaee

GitHub LinkedIn X Medium Kaggle Hugging Face

Developer Β· ML & AI β€” Building tools and datasets, teaching Python, IoT & Git.

I'm an AI Developer.

Projects

  • ArtBuddy β€” concept Multi-agent system for brainstorming, design inspiration.
  • ReadingAssistant β€” concept RAG system for PDFs: upload, ask.
  • WellnessBuddy β€” concept AI wellness companion.
  • NeuralForge β€” Collection of AI/ML projects and experiments β€” ML, LLM, and CV.
  • File-Manager β€” Terminal-first file manager.

Datasets

  • LeetCode Problems Dataset β€” Curated LeetCode problems with metadata, descriptions, solutions (Python, Java, C++), hints, and ~2,823 instruction pairs for LLM fine-tuning and coding-assistant research.

Contact

Always available on X or via emails; open to opensource projects

Pinned Loading

  1. NeuralForge NeuralForge Public

    This repository contains some interesting AI-related problems, from ML to LLM and CV.

    Jupyter Notebook

  2. ReadingAssistant ReadingAssistant Public

    This repository contains a simple RAG system that powers by an arbitrary LLM and LangChain. Through the UI, implemented by the Gradio, users can import their PDF file and start asking questions abo…

    Python

  3. Couriers-Planning-Problem Couriers-Planning-Problem Public

    This repository is about Multiple Courier Planning Problem a well-known NP-hard problem.

    Python 1

  4. RunLengthAlgorithm RunLengthAlgorithm Public

    In this repo you can get the Run Length Coding(RLC) and Run Length Encoding(RLE) algorithm in Python programming language.

    Python