jjaw96/ICD-Mind
1
Check it out here: https://huggingface.co/spaces/jjaw96/ICD-Mind
ICD Mind
Pure Vanilla JS + Transformers.js application.
How to contribute
Build
- Pull the project locally
- Download the Live Server plugin for VSCode
- Run build.bash to create the /dist folder
- Alternatively:
npx esbuild app.js --bundle --outfile=dist/bundle.js --format=esm - Press "Go Live" in VSCode index.html file to start a live server on your localhost
Developing Features
- Create a feature branch off of main
- Develop your feature and create a pull request
- Once approved and merged into main, the huggingface space will rebuild.
For ideas on what to work on, check out the "Issues" tab. Feel free to add any additional features or raise any bugs
