The finetuned model notebooks are all self contained. You simply need to connect to your own GPU and run them.
The delight model has a shell script that you can run.
To run the web app, use the following instructions:
-
git clonethis repository. -
cd webapp -
Make sure you have npm installed. If not, install it from Node.js official site.
-
npm --installall external dependencies. Here is a list of them:
- @emotion/react@11.11.4
- @emotion/styled@11.11.5
- @mui/material@5.15.16
- @types/node@20.12.7
- @types/react-dom@18.2.25
- @types/react@18.2.79
- eslint-config-next@14.2.2
- eslint@8.57.0
- next@14.2.2
- postcss@8.4.38
- react-dom@18.2.0
- react-icons@5.2.1
- react@18.2.0
- tailwindcss@3.4.3
- typescript@5.4.5
-
pip3 install requirements.txt. View requirments.txt to see the specific versions. -
npm run dev -
python3 api.pyorpython api.pydepending on which version you have installed. -
Then, navigate to https://localhost:3000