Skip to content

Fabioburgos/education-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤗 Education Toolkit

We've put together a set of tools college instructors can use to easily prepare labs, assignments, or lectures. The content is self-contained so that it can be easily incorporated into an existing curriculum. This content is free and uses well-known Open Source technologies (transformers, gradio, etc).

Alternatively, you can request that someone from the Hugging Face team run the tutorials for your class through the ML Demo-cratization Tour initiatives!

In addition to the tutorials, we also share other resources to go deeper into ML or that can help design the toolkit content.

🌎 Languages and translations

Language Source Contributors
English tutorials/EN @lewtun, @abidlabs, @osanseviero
Spanish tutorials/ES @lewtun, @abidlabs, @osanseviero, @omarespejel, @Fabioburgos
Portuguese (WIP) tutorials/PT

Translating the toolkit into your language

As part of our mission to democratize machine learning, we'd love to make the educational toolkit available in many more languages! Follow the steps below if you want to help translate the toolkit into your language 🙏.

🍴 Fork the repository

To get started, you'll first need to fork this repo. You can do this by clicking on the Fork button on the top-right corner of this repo's page.

Once you've forked the repo, you'll want to get the files on your local machine for editing. You can do that by cloning the fork with Git as follows:

git clone https://github.com/YOUR-USERNAME/education-toolkit

📋 Copy-paste the English version with a new language code

The toolkit files are organised into one main directory:

  • tutorials: all the toolkit materials organized by language.

You'll only need to copy the files in the tutorials/EN directory, so first navigate to your fork of the repo and run the following:

cd ~/path/to/education-toolkit
cp -r tutorials/EN tutorials/LANG-ID

Here, LANG-ID should be one of the ISO 639-1 or ISO 639-2 language codes -- see here for a handy table.

✍️ Start translating

Now comes the fun part - translating the text in the md and ipynb files!

🙋 If you'd like others to help you with the translation, you can either open an issue or tag @LepercqViolette on Twitter to gain some visibility.

✉️ If you have any questions, please contact violette@huggingface.co!

About

Educational materials for universities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%