Deployed ea540e8 with MkDocs version: 1.3.0
This commit is contained in:
parent
2c0fafb925
commit
54400a8829
52 changed files with 14526 additions and 502 deletions
23
great_ai_example-main/README.md
Normal file
23
great_ai_example-main/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Train a domain classifier on the [semantic scholar dataset](https://api.semanticscholar.org/corpus)
|
||||
|
||||

|
||||
|
||||
## Install
|
||||
|
||||
### System dependencies
|
||||
|
||||
Make sure you have `python3`, `pip`, and `venv` installed.
|
||||
> On Ubuntu, execute: `sudo apt install -y python3 python3-pip python3-venv`
|
||||
|
||||
### Install dependencies
|
||||
```sh
|
||||
python3 -m venv --copies .env
|
||||
source .env/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
## Execute
|
||||
|
||||
- [Part 1](src/data.ipynb)
|
||||
- [Part 2](src/train.ipynb)
|
||||
- [Part 3](src/deploy.ipynb)
|
||||
Loading…
Add table
Add a link
Reference in a new issue