Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitliner/keywords-calculator

A python server that, given a text, it calculates the related keywords
https://github.com/bitliner/keywords-calculator

Last synced: about 21 hours ago
JSON representation

A python server that, given a text, it calculates the related keywords

Awesome Lists containing this project

README

        

keywords-calculator
===================

A python server that, given a text, it calculates the related keywords

# Guide
1. Open a shell, and execute ./server.py
2. Open an other shell and execute `curl -X POST -H "Content-Type: application/json" -d '{"text":"ola come stay"}' http://localhost:3010/keywords`