Skip to content

Home work repository for students collaboration, including all code practical tasks, shared components and much more.

Notifications You must be signed in to change notification settings

Dorpolo/TAU-DL-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

TAU-DL-2021

Homework repository for TAU DL 2021 students collaboration, including all code practical tasks, shared components and explained answers. This Repo is open and publicly shared.

Please note

  • The following terminal commands are according to Mac operating system, check online for PC alternatives for each command.
  • Please keep the project convension in terms of folder/ files management as follow
    -- HW1
      -- Q1
         -- <your-name>
            -- <some_file>.py # holds your help functions
            -- main.py # holds your main code
    

Quick Start

  1. Install Python (>3.7)
  2. install git.
  3. Clone this repo to your local machine.
  4. Install pip (depends on your operating system - check online).
  5. Install venv using pip (In order to be able to run Python's virtual environment):
pip install venv
  1. Create new virtual env by running the following code:
python -m venv <your-env-name>
  1. Activate your virtual env by running the following code:
cd <path-to-your-venv-directory> && source bin/activate
  1. Run:
pip install -r requirements.txt

Now you are all set for running the jupyter notebook/ the code itself with our relevant code, you can easily open the notebook with:

jupyter-lab

About

Home work repository for students collaboration, including all code practical tasks, shared components and much more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published