Thank you for your interest in joining AI@GT's Applied Research Team! This is an open ended assessment designed for you to demonstarte your creativity and coding ability. You will all be using HuggingFace to create a project of your choice! To ensure this assessment stays accessible, we ask all candidates to spend no more than 1.5 hours on their idea. Submissions will remain open until Wednesday Septermber 3 @11:59pm and will be reviewed on a rolling basis
-
Fork this repository.
-
Install any HuggingFace libraries you need for your project, for example:
pip install transformers datasets
-
Build your project in submissions/<your_full_name>/
When finished, open a Pull Request (PR) to this repo. Title your PR: "Submission: Your Name". Please include a short README.md inside your submission folder with:
- Project title
- What it does
- How to run it
- Do not commit model weights, large datasets, or your virtual environment (
venv/
,.env/
, etc.). - Only include the code, small config files, and instructions to re-install dependencies