Diff of /README.md [000000] .. [f8624c]

Switch to unified view

a b/README.md
1
# ai_genomics
2
3
## Setup
4
5
- Meet the data science cookiecutter [requirements](http://nestauk.github.io/ds-cookiecutter/quickstart), in brief:
6
  - Install: `git-crypt`, `direnv`, and `conda`
7
  - Have a Nesta AWS account configured with `awscli`
8
- Run `make install` to configure the development environment:
9
  - Setup the conda environment
10
  - Configure pre-commit
11
  - Configure metaflow to use AWS
12
13
## Dependencies
14
15
Download spaCy's en_core_web_sm 3.1.0 pipeline:
16
17
```bash
18
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.1.0/en_core_web_sm-3.1.0.tar.gz
19
```
20
21
## Contributor guidelines
22
23
[Technical and working style guidelines](https://github.com/nestauk/ds-cookiecutter/blob/master/GUIDELINES.md)
24
25
---
26
27
<small><p>Project based on <a target="_blank" href="https://github.com/nestauk/ds-cookiecutter">Nesta's data science project template</a>
28
(<a href="http://nestauk.github.io/ds-cookiecutter">Read the docs here</a>).
29
</small>