Full stack built with React, Next.js, Supabase, and Express
Install dependencies with yarn
. Start both the frontend and backend using 'yarn dev' the frontend with yarn workspace frontend dev
and the backend with yarn workspace backend dev
.
Likely will also need to run 'yarn add -W concurrently' and 'pip install 'accelerate>=0.26.0'
- in the audiorecorder.js you need to change the import for the componenet
May need to run 'npm install express cors multer python-shell' to ensure you have the necessary imports
ensure to create a hugging face account, and request permission for the specific model
-pip install flask -cd backend && npm install axios