Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usuyama authored Jun 25, 2024
1 parent bba1118 commit b098058
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# *BiomedParse:*
# *BiomedParse*
:grapes: \[[Read Our arXiv Paper](https://arxiv.org/abs/2405.12971)\]   :apple: \[[Check Our Demo](https://microsoft.github.io/BiomedParse/)\]


install docker
```
sudo apt update
Expand All @@ -13,21 +12,13 @@ apt-cache policy docker-ce
sudo apt install docker-ce
```



Prepare docker environment:
Specify project directories in docker/README.md
```sh
<<<<<<< HEAD
bash docker/docker_build.sh
bash docker/docker_run.sh
bash docker/setup_inside_docker.sh
source docker/data_env.sh
=======
sudo bash docker/docker_build.sh
sudo bash docker/docker_run.sh
sudo bash docker/setup_inside_docker.sh
>>>>>>> origin/aiden/eval
```

Training using example BioParseData:
Expand Down

0 comments on commit b098058

Please sign in to comment.