Authors:
- Loic Mandine
- Alex Maggioni
blog_website: contains the blog website files to run the website locally. See below for more details.
instructions_files: contains the instructions for the project
Milestone1: contains the python (ready-to-run/reproducible) scripts and notebooks for the first milestone
Milestone2: contains the python (ready-to-run/reproducible) scripts and notebooks for the second milestone
.env : contains the environment variables for the project, that you need to modify before runnning the python scripts/notebooks (!!!!!! SPECIFY ONLY ABSOLUTE PATH !!!!!!)
requirements.txt : contains the python packages needed to run the python scripts/notebooks
data : contains the data used for the project (we only pushed the .csv file (43.3 MB), the .json files were too heavy (5GB))
assets : contains the images used for the notebook/blog website
conf : contains the yaml files for the experiment parameters. Every yaml file is commented and so self-explanatory + a README.md file.
sh_scripts : contains the bash scripts for several purposes
utils : contains the python scripts for several purposes
Makefile : use here to launch very useful commands (not as a build file)
cd blog_websitebundle exec jekyll serve
bundle exec jekyll serve autoreload &
You will be prompt with an URL...
Then to add a new blog :
- create a new dir
{new_category_posts}/_postsand.mdfiles needs to start with this formatYYYY-MM-DD-filename.mdto be recognized as new blog
There is a README.md file in the Milestone1 folder that explains how to run the python scripts/notebooks.
There is a README.md file in the Milestone1 folder that explains how to run the python scripts/notebooks.
There is a README.md file in the data folder that explains how we decided to keep track of our data in complement of COMETML.