An open API service indexing awesome lists of open source software.

https://github.com/exslym/3d-ai-project

AI-Powered 3D-model customization app (DALL-E 2) on React, Framer Motion, ThreeJS and TailwindCSS
https://github.com/exslym/3d-ai-project

dall-e framer-motion gh-pages openai react react-three-drei react-three-fiber sass tailwindcss threejs valtio vite-plugin-image-optimizer vitejs

Last synced: 16 days ago
JSON representation

AI-Powered 3D-model customization app (DALL-E 2) on React, Framer Motion, ThreeJS and TailwindCSS

Awesome Lists containing this project

README

        

## [3D-AI-Project](https://exslym.github.io/3D-AI-Project/)

[![preview](https://github.com/exslym/3D-AI-Project/blob/main/preview.jpg)](https://exslym.github.io/3D-AI-Project/)

### An outstanding and impressive website for 3D t-shirts customizing tools with AI (DALL-E) using React, 3D-graphics and animations with ThreeJS and Framer Motion, TailwindCSS for styling, and openAI API!

### Vercel Deployment: [3D-AI-Project](https://tshirts-customizing-ai-project.vercel.app/)

---

### Installation

```
npm install
```

### Start Dev Server

```
npm start
```

### Build Production Version

```
npm run build
```

### Deployment on GitHub Pages (for client side)

```
npm run deploy
```

---

### Features:

- `Legacy Browsers` support via **@vite/plugin-legacy** with built-in **babel**
- `SCSS` support via **sass**
- `Autoprefix` support via **postcss**
- `3D Effects` support via **ThreeJS**
- `Animation` support via **Framer Motion**
- `Styles` support via **TailwindCSS**