Skip to content
View SSSM0602's full-sized avatar

Block or report SSSM0602

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

Pinned Loading

  1. coding-ai-agent coding-ai-agent Public

    A Python project implementing an autonomous AI-coding agent: orchestrates prompts, code generation, tests and workflow pipelines to drive development tasks end-to-end.

    Python

  2. machine-learning-fundamentals machine-learning-fundamentals Public

    A collection of notebooks and scripts covering core machine-learning concepts (data prep, supervised and unsupervised methods, neural networks) for hands-on learning and experimentation.

    Jupyter Notebook

  3. flask-layer-prediction-app flask-layer-prediction-app Public

    A Flask web app that wraps a machine-learning model (layered architecture) into a REST API or browser interface, enabling users to input data and get predictions in real time.

    Python

  4. mqtt-ml-data-pipeline mqtt-ml-data-pipeline Public

    A Python pipeline leveraging MQTT messaging to ingest streaming data, preprocess it, feed to ML models, and output predictions — ideal for IoT/edge ML scenarios.

    Python

  5. flask-computer-vision-app flask-computer-vision-app Public

    A Flask-based computer-vision application combining camera/image input, model inference (e.g., object detection/classification) and a web UI to display results.

    Python

  6. webscraper webscraper Public

    A Go (“golang”)-based web crawler and scraper that starts from a base URL, concurrently crawls multiple pages (with configurable worker concurrency and page-limit), extracts textual content and ima…

    Go