This is the Github repository of the TUM course on "Artificial Intelligence in Automotive Technology" from the Institute of Automotive Technology of the Technical University of Munich.
In this repository, we will upload the practice session material that belongs to each of the lectures that will teach you the foundations of Artificial Intelligence with regard to its use in automotive technology. Besides the lecture material that you can find on our main course website, we will upload coding examples, which we are using in the practice session of each lecture.
To work with the provided materials, please make sure that your system fulfills the following requirements and install them accordingly.
Basic requirements:
- Operating System: Windows 10/11, macOS or Linux
- Version Control: Git (for Windows, macOS, Linux)
- Integrated Development Environment: Visual Studio Code
- Container Virtualization: Docker
Additional requirements:
- For Windows: WSL 2 back-end
- For Linux: Docker Compose
After the installation of the aforementioned prerequisites, you can set up your local environment following these five steps.
-
Clone the FTM AI lecture git repository
How to clone the repository
``` git clone https://github.com/TUMFTM/Lecture_AI_in_Automotive_Technology.git ```
-
Launch Visual Studio Code
-
Install the remote development extension
-
Open Repository
-
Reopen in container
Docker returned an error.
Make sure the Docker daemon is running.
Running cells with [...] requires the ipykernel package.
pip install ipykernel
Reference: https://stackoverflow.com/questions/64997553/python-requires-ipykernel-to-be-installed