Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyeonk committed Dec 3, 2022
1 parent 78c3ca9 commit 5923ac6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,14 @@ NESA is a deep learning-based event scheduling assistant which can recommend mos
* (Optional) NVIDIA GPU (memory size: 8GB or greater)
* [CUDA](https://developer.nvidia.com/cuda-downloads), [cuDNN](https://developer.nvidia.com/cudnn)
* A [Google](https://www.google.com) account
* git lfs

## Installation
Check if working directory is "nesa".

### Download word vector file and decompress it to your __home_dir/nlp__
- [glove.840B.300d.zip](http://nlp.stanford.edu/data/glove.840B.300d.zip)

### Download word, character dictionaries to __data__ directory
- [dataset_180522_dict.pkl](http://gofile.me/6pN25/xCHU9Cmt3)

### Download pretrained NESA checkpoint to __data__ directory
- [nesa_180522_0.pth](http://gofile.me/6pN25/nAZbCQ5cx)

## Run NESA with the sample data
```
# Set PYTHONPATH environment variable
Expand Down

0 comments on commit 5923ac6

Please sign in to comment.