Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lorival/097da82a88bbf2705b544b76dcac4cc3 to your computer and use it in GitHub Desktop.
Save lorival/097da82a88bbf2705b544b76dcac4cc3 to your computer and use it in GitHub Desktop.
A template to make README.md for Machine Learning Experiments organization

License

Project title

Project description in two lines.

See the jupyter notebook

Motivation

Why make this repo?

Built With

Dataset

Where the dataset come from?

Getting Started

Prerequisites

  1. Download and install Anaconda
  2. Update Anaconda
$ conda upgrade conda 
$ conda upgrade --all 

Install

  1. Clone and enter into the project's root directory by command line
$ git clone https://github.com/machine-learning-experiments/[repo].git
  1. Create and activate enviroment
$ conda env create -f enviroment.yaml 
$ conda activate [repo] 

or

conda create --name [repo] python=3
conda activate [repo]
conda install numpy jupyter notebook [other libs]
  1. Start jupyter notebook
$ jupyter notebook 
  1. Your browser will open showing a list of files, click on the file.ipynb notebook file

Author

Lorival Smolski Chapuis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment