Skip to content

Commit

Permalink
Update arxiv link
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhhiware committed May 28, 2020
1 parent 7408f5b commit 0cf67f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ If you use the codes, please cite the following paper:
year = {2020}
}
```
arXiv paper: https://arxiv.org/abs/2005.13524

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To allow users to view a sizeable amount of information at once, we understand i

The server side uses NodeJS framework and is written in Javascript. Nginx is used as an HTTP server to make the frontend accessible to the public. However, the NLP-related extraction tasks are handled better in Python. So a part of the server-side has been hosted with Flask, a micro web framework in Python. The Flask server makes API calls to the deep learning classifiers, featuring BERT, which returns the output. The output is further reflected in the frontend. The server sends information requested by the user interface via _RESTful API_, which supports cached responses on the frontend and enables the system to be scalable, thus allowing more users to use this service.

API endpoints are publicly available, which would allow programmatic access to the server's functionalities. The code repository for this can be found at https://github.com/OSM-DM-KGP/Narmada-server. The major endpoints provided are:
API endpoints are publicly available, which would allow programmatic access to the server's functionalities. The code repository for this can be found at [https://github.com/OSM-DM-KGP/Narmada-server](https://github.com/OSM-DM-KGP/Narmada-server). The major endpoints provided are:

* **Fetching information** i.e. needs, availabilites and matches. Filtering by multiple conditions (such as matched or not, containing a particular resource) is also possible.

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Needs and Available Resource Managing Assistant for Disasters and A
google_analytics: UA-98481315-13
website: http://165.227.12.176/
demo_video: http://tinyurl.com/Narmada-demo
arxiv: https://arxiv.org/abs/1801.07757
arxiv: https://arxiv.org/abs/2005.13524

0 comments on commit 0cf67f0

Please sign in to comment.