Passionate about empowering global communication? Help us build the ultimate AI speech coach.
Contributions welcome!✨
- Amazon Link of the outfit
- Upload your photo
Boom you get the result!💥
Built with:
- Nextjs 14
- TailwindCSS
- shadcn-ui
- Hosted on Cloudflare Pages
Built with:
- Nodejs
- Axios
- Express
- Fork this repo
- Clone your forked repo
- Create a new branch
- Make your changes
- Push your changes to your branch
- Create a pull request
- Clone the repo
git clone https://github.com/arre-ankit/TryOutfit-AI.git
- Set up the Next.js app
npm install @cloudflare/next-on-pages
npm run dev
- Create
.env
file in the root of the project and add the following:
NEXT_PUBLIC_BASE_URL=http://localhost:3000
- Run the server
cd src/try-clothing-api
npm install
node index.js