Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
2D to 3D CAD Conversion Using VLM
| Date | Stars |
|---|---|
| 2026-07-24 | 295 |
| 2026-07-25 | 298 |
| 2026-07-28 | 299 |
| 2026-07-30 | 299 |
| 2026-08-06 | 299 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# cad3dify Using GPT-5 (or Claude 4.5 opus, Gemini 3 pro, Llama 3.2 on Vertex AI), generate a 3D CAD model (STEP file) from a 2D CAD image. > [!NOTE] > We developed an agent-based version of this project called [agent3dify](https://github.com/neka-nat/agent3dify). > You can use it instead of this project. ## Getting started Installation. ```bash git clone [email protected]:neka-nat/cad3dify.git cd cad3dify poetry install ``` Run script. A STEP`file ("output.step") will be generated. ```bash cd scripts export OPENAI_API_KEY=<YOUR API KEY> python cli.py <2D CAD Image File> ``` Or run streamlit spp ```bash streamlit run scripts/app.py streamlit run scripts/app.py -- --model_type claude # Use Claude 4.5 sonnet streamlit run scripts/app.py -- --model_type gemini # Use Gemini 3.0 pro preview streamlit run scripts/app.py -- --model_type llama # Use Llama 3.2 on Vertex AI ``` ## Architecture ```mermaid graph TD Input((Input Image)) --> CodeGenerator(CAD Code Generator AI Agent) CodeGenerator --> PythonDebugger(Python Execution and Debugging AI Agent) PythonDebugger --> StepFile((STEP File)) StepFile --> Rendering(Rendering 3D CAD Model Image from STEP File) Rendering --> Refiner(CAD Code Refiner AI Agent) Refiner --> PythonDebugger ``` ## Demo We will use the sample file [here](http://cad.wp.xdomain.jp/). ### Input image  ### Generated 3D CAD model 
Excerpt of 1,473 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:182c9f518599643d, topic:vlm