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
- Host: GitHub
- URL: https://github.com/exslym/3d-ai-project
- Owner: exslym
- Created: 2023-04-10T10:32:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T09:37:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T07:57:07.739Z (about 1 month ago)
- Topics: dall-e, framer-motion, gh-pages, openai, react, react-three-drei, react-three-fiber, sass, tailwindcss, threejs, valtio, vite-plugin-image-optimizer, vitejs
- Language: JavaScript
- Homepage: https://exslym.github.io/3D-AI-Project/
- Size: 11.8 MB
- Stars: 57
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [3D-AI-Project](https://exslym.github.io/3D-AI-Project/)
[](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**