Skip to content

Commit

Permalink
revise assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Oct 27, 2024
1 parent 6c4d4e8 commit 01a2b59
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions 06-transformers-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

For this week's assignment:

1. Choose any model available in Transformers.js and create a p5.js sketch using it. You can choose from:
1. Choose any model available in Transformers.js and create a p5.js sketch using it. Try [any transformer.sj compatible model](https://huggingface.co/models?library=transformers.js&sort=trending)! Some things you might look for are:

- **Object Detection**: 🕵️ Detect objects in an image.
- **Image Segmentation**: ✂️ Segment an image into parts.
Expand All @@ -67,9 +67,4 @@ For this week's assignment:

- Compare your experience of using Transformers.js with ml5.js. Reflect on differences in ease of use, performance, model variety, and integration with p5.js.

3. Document your project in a blog post and add a link to your documentation to the [Assignment Wiki page](https://github.com/ml5js/Intro-ML-Arts-IMA-F24/wiki/Assignment-5).

## Additional Suggestions:

- **Include Visual Documents**: Add more screenshots or GIFs of the sketches.
- **Add a Troubleshooting Section**: What errors did you encounter with Transformers.js? (e.g., WebGPU compatibility, model loading issues), document these!
3. Document your project in a blog post and add a link to your documentation to the [Assignment Wiki page](https://github.com/ml5js/Intro-ML-Arts-IMA-F24/wiki/Assignment-5). Remember to include visual documentation (screenshots, GIFs, etc) Also, please document what did and did not work! What errors did you encounter with Transformers.js?

0 comments on commit 01a2b59

Please sign in to comment.