Word2vec — new production
I wanted to continue to experiment word2vec algorithms. So I decided to make a small interface in order to check word’s vector thus creating a strange shape.
I was really inspired by Mu cartographer to make this kind of interface
In order to achieve that goal, I had firstly to make an REST API ; It consists of an server showing data (mostly following JSON format) given by the client.
So the interface looks like this.
For the moment the app is not online due to the “complexity” of the server (REST API) — I will need other services of hosting and it should be a little complex due to the dependencies of the python program (the server is made in python).
Screen Printing with AI