# Final Project

* The deadline for submitting your well documented project is the **01/03/2025**
* You have to prepare a pitch presentation for the session of **21/01/2025**
* Your submission should tell a story:
  * What is the goal of the project?
  * What is the roadmap to reach that goal?
  * What did you try / did not work / can be improved upon?
* You have to at least hand in a Jupyter Notebook documenting code snippets (i.e. spotlights on important code parts), also if you are just working with .py files
* You can alternatively upload a zip file containing the Jupyter Notebook and needed project files (own libraries, ressources, diagrams)&#x20;
* In a group project it should become clear, who participated and who worked on what part

#### General remarks on the project

* The project should at least look and feel like the Projects you build in the course
* Use a GUI
  * E.g. Tkinter (discussed in day 27)
  * Pygame is not difficult either
* Use of libraries in general is encouraged!

### Model Notebook

Please follow the structure of this notebook for your submission (usage of chapters, introductory block, individual contributions, additional resources like diagrams etc.):

{% embed url="<https://colab.research.google.com/drive/1D5kCgZIU_o-Vqj9EhhhxliMTuAcbV_g6?usp=sharing>" %}

If you want to include graphics or other files, please contain **everything in one zip file**. The opencampus.sh system only accepts **single file uploads**. Subsequent uploads will overwrite previous submissions!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/python-from-beginner-to-practitioner-24w/final-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
