prantoamt / dl-exercises-fau

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents


Welcome


Hello! Welcome to the Deep Learning Exercises repository. This readme.md file will guide you to run the exercises inside this repository on your local machine. In order to run the exercises, please pursue the following steps. We assume you are using unix based operating system and you have python 3.8 installed. We have used pdm python as package manager. We have created few custom commands using pdm python as well. Therefore, it is strongly recommended to install pdm python beforehand to make life easier. Installation guidelines can be found on pdm python's website.

Install Pdm Python


Follow the instructions of Pdm Python's website to install it on your local machine.

Clone repo


Clone this git repository to your local machine. Open your terminal and run the command

git clone git@github.com:prantoamt/dl-exercises-fau.git

Goto the base directory


After cloning the repo, goto the django project's base directory by executing the following command:

cd dl-exercises-fau

Install dependencies


Now, install all dependencies using pdm python.

pdm install

Run test cases


Run the test cases of each excercise by executing the following commands.

Exercise 0:

pdm run test

About


Languages

Language:Python 100.0%