# Create three-dimensional models from images

Modly is a desktop application that creates 3D models from images and performs all operations on the local graphics card (GPU). This tool, which works without the need for an internet connection, brings the artificial intelligence-supported modeling process to personal computers.

- ★ 7,347
- TypeScript
- GitHub Trending · 2026-08-14

## What you get
- Converts photos to 3D models on local computer
- Works completely offline with no internet connection required
- Offers a flexible structure that can be expanded with external models

## Installation
**Installing dependencies**

```
npm install
```

**Preparing the Python infrastructure**

```
cd api
python -m venv .venv
.venv\Scripts\activate     # Windows
source .venv/bin/activate  # Linux / macOS
pip install -r requirements.txt
```


## Running it
**Starting the app**

```
# Windows
launch.bat

# Linux / macOS
./launch.sh
```


## If you don't write code
I want to convert an image into a 3D model using the Modly application. Help me set up the 'Image -> Generate Mesh -> Add to Scene' flow by going to the 'Workflows' tab in the application. Then let me start the 3D model generation by selecting the relevant workflow from the 'Generate' tab. If I get an error, how can I analyze the problem in the 'Settings/Logs/Errors' section?

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/modly/
