Skip to content

VisiumCH/women-plus-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Curiosity

This repository contains the code and models for the Artificial Curiosity Visium webinar with Women++.

Open the Workshop in Google Colab

To run the notebook in Colab, click here -> Open In Colab

To see the output without running it, click here -> HTML

Educational Resources & Bibliography

How to run the code on your computer?

Build a Docker image from this repository

  1. Install Docker
  2. Download this repository
  3. Open a terminal and move in the repository
    • Windows 10, Mac OS, Linux: use your favorite terminal application
    • Windows <10: use the Docker Quickstart Terminal installed with Docker Toolbox
  4. Build the Docker image: type docker build -t artificial_curiosity . (this might take a while)

Run the image

  1. Still from the repository, run the Docker image:
    • Windows Command Line: type docker run -it -p 8888:8888 -v "%cd%":/app artificial_curiosity
    • Windows PowerShell / Mac OS / Linux: type docker run -it -p 8888:8888 -v ${PWD}:/app artificial_curiosity
  2. The container will automatically start a Jupyter notebook server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •