Skip to content

Commit

Permalink
updated requirements with some HF proposals ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes committed Oct 5, 2023
1 parent 49be516 commit ea031c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ This is the repository for a community-led course on Computer Vision. Below, you

- If you have any **bigger assets like datasets, models, custom demos**, please store them in [this Hugging Face repository](https://huggingface.co/datasets/hf-vision/course-assets) to keep this repository lightweight. You can ask for an access to the organization if you aren't a part of it yet.

- For an easier collaboration when **working on notebooks together**, feel free to use [ReviewNB](https://www.reviewnb.com/), which is free for open-source and educational use cases.
- For an easier collaboration when **working on notebooks together**, feel free to use [ReviewNB](https://www.reviewnb.com/), which is free for open-source and educational use cases.

- In the requirements.txt file you can find some packages that can be helpful when creating the material. As we're originating from the HuggingFace community, we can recommend using the [transformers](https://huggingface.co/docs/transformers/), [datasets](https://huggingface.co/docs/datasets/), [evaluate](https://huggingface.co/docs/evaluate/) and [timm](https://huggingface.co/docs/timm/) libraries.
15 changes: 6 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
tensorflow==2.14.0
pytorch==1.11.0
opencv-python==4.8.1.78
keras==2.14.0
transformers==4.30.0
numpy==1.22.3
scipy==1.11.3
matplotlib==3.5.1
pillow==10.0.1
transformers==4.34.0
timm==0.9.7
evaluate==0.4.0
datasets==2.14.5
jupyter==1.0.0
ipywidgets==8.1.1

0 comments on commit ea031c9

Please sign in to comment.