Skip to content

Commit

Permalink
Add live site to readme
Browse files Browse the repository at this point in the history
Include url for the deployed site in the readme.
  • Loading branch information
kmesiab committed Mar 6, 2024
1 parent 97276fa commit ee2fb64
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ sentiment analysis and Named Entity Recognition (NER), designed to enhance
your applications with the capability to understand and interpret the
emotional and factual content of text data.

## Try It Out!

MoodMarkerAPI is deployed at https://langtool.net

* https://langtool.net/sentiment
* https://langtool.net/ner
* https://langtool.net/nouns

```bash
curl --request POST \
--url https://langtool.net/sentiment \
--data 'text=Were no strangers to love. You know the rules and so do I (Do I) · Never gonna give you up. Never gonna let you down'
```

## 🚀 Analyze Sentiment

To perform sentiment analysis, use the curl command as follows:
Expand Down Expand Up @@ -173,4 +187,4 @@ cd terraform && tf init && tf apply
```

See the ./terraform/README.md for more information on the
AWS infrastructure deployment.
AWS infrastructure deployment.

0 comments on commit ee2fb64

Please sign in to comment.