Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aboots authored Jul 27, 2022
1 parent 321e362 commit 9256b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Health/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ To run Django App first go to the backend directory. Create a virtual environmen
You need to have elastic search installed on your local. At the end of the file elastic_search.py in information_retrieval/health_retrieval directory put your elastic path like this:
##### `elastic_model = ElasticSearch(elasticsearch_path="C:\\elasticsearch\\elasticsearch-7.3.2\\bin\\elasticsearch.bat")`
Note that for the back-end you need a models directory near the root of back-end that contains models. (For security reasons we don't push them here)

You can download models [here](https://drive.google.com/drive/folders/1hfMy0i3KUqeGr9P2Kar8kgSaXndpuhj5?usp=sharing).

Now, you can run server with this command.
### `python manage.py runserver`
It's time to run the front-end project.
Expand Down

0 comments on commit 9256b23

Please sign in to comment.