Skip to content

cameronmaske/nlp-topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Uses Gensim.

Requires Docker + Fig

To boot up, run

fig up.

Run blocks of text against the API endpoint with...

curl -H "Content-type: application/json" -X POST http://localdocker:5000/api/analyze/ -d '{"text":"Gold is a soft, heavy, shiny metal. It has been used for many thousands of years by people all over the world, for jewelry, decoration, and as money. Gold is important because it is rare, but also easier to use than other rare metals. It is also used to repair teeth and in electronic equipment such as computers. The color of this metal is also called gold."}'

About

An attempt to create a Topic's API using Gensim! Currently with questionable results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages