From 9256b23876185a80c55146cd5c7fe303a224207f Mon Sep 17 00:00:00 2001 From: mahdi abootorabi <59336942+aboots@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:59:39 +0430 Subject: [PATCH] Update README.md --- Health/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Health/README.md b/Health/README.md index 387f361..0b50e9e 100644 --- a/Health/README.md +++ b/Health/README.md @@ -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.