Skip to content

Initialize repository structure for ML/ONNX demo#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-repo-for-demo
Draft

Initialize repository structure for ML/ONNX demo#1
Copilot wants to merge 2 commits intomainfrom
copilot/create-repo-for-demo

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 25, 2026

Creates folder structure for Node.js user group demo showcasing scikit-learn to ONNX model conversion workflow.

Changes

  • notebooks/ - Python scikit-learn model training and ONNX conversion
  • onnxnode/ - onnxruntime-node integration examples
  • languagetranslation/ - Language translation demo
  • ollamaweb/ - Ollama web integration demo

Each folder includes .gitkeep for git tracking.

Original prompt

I am creating a repo for a demo I am creating for a Node.js user group that is going to demonstrate how you can build a machine learning/ai model in scikit-learn, and convert it into an ONNX model that can be run in the onnxruntime-node. The folder structure will be in the following folder layout:

root
  - notebooks
  - onnxnode
  - languagetranslation
  - ollamaweb

The notebooks folder will have my python code. The rest of the folders will have JavaScript/Node examples.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: davidfekke <916406+davidfekke@users.noreply.github.com>
Copilot AI changed the title [WIP] Add initial structure for demo on machine learning model Initialize repository structure for ML/ONNX demo Jan 25, 2026
Copilot AI requested a review from davidfekke January 25, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants