An advanced solution that takes video inputs, processes them to identify products introduced in the video, and directs users to TikTok Shop to purchase similar products. This solution leverages state-of-the-art machine learning model and GenAI to recognize products and integrates seamlessly with e-commerce platforms.
- Go to
frontend
directory - Install libraries
npm install
- Run
npm run dev
- Go to
backend
directory - Install libraries
npm install
- Run
npm run dev
- Go to
root
directory - Run
docker-compose build docker-compose up
- Server is at http://127.0.0.1:8000
- Docs is at http://127.0.0.1:8000/docs