Skip to content

AlxcNL/MakeAIWork3

Repository files navigation

MakeAIWork 3 - Workspace Configuration

Initialize this Git repository

To be able to use this repository and handover your code, you need to have remote access to Github.

  1. Configure git

    In order to commit and push your changes, you need identitify yourself.

    Open a (git)bash, enter directory MakeAIWork3 and run:

    install/git_config.sh {your_github_username} {[email protected]}

    This script will also set the pull policy to rebase.

  2. Push your repository

    git push -u origin master
  3. Make your remote github repository accessible to the teachers

    1. Sign in to github.com and select MakeAIWork3
    2. Go to Settings and select Collaborators
    3. Add fsmitskamp, hakoptak and AlxcNL as collaborators
  4. Make your remote git respository private

    1. Scroll down the Settings page of your remote git respository MakeAIWork3 yo Danger Zone.

    2. Click Change visibility and select Change to private

*** Required software Watch instruction videos at YouTube for detailed installation instructions of the required software.

Configure Python

  1. (Optional) Create new virtual Python environment

    install/create_virtual_env.sh
  2. (Optional) Copy virtual environment from MakeAIWork3 (Windows)

     cp -r ../MakeAIWork3/env .
  3. Install Python libraries

    install/install_requirements.sh

Use Starter Scripts

Start Jupyter

sh/jupyter.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published