- Install the python3.x or upper
- Run the command pip3 install flask
- On the project folder run python3 run.py
- send a json with the field "text" and the value your text
- you will receive a dict with the words in your text and the times it has appeared
Logic here