Click here to Skip to main content
15,881,866 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to create a chatbot that uses a deep language model to answer questions from users. There should be just input from the user and an output from the model. The Tensorflow model is called DocProduct and you can see it here on Github: https://github.com/re-search/DocProduct. How can I integrate this model in Android Studio? Does that work with Java?

What I have tried:

I have no approach. But I would be very grateful for an approach!
Posted
Updated 11-Aug-19 7:24am
Comments
[no name] 12-Aug-19 4:40am    
Tensorflow models can be used with mobile using Tensorflow lite,

https://www.tensorflow.org/lite/


My Best advice is to deploy a tensorlfow model in server and provide REST API using some web frameworks like Flask. This can make easy logging, your custom model is not on every devices. REST API can make communication between other languages if you already have a server running in different language.

1 solution

Get a Project Manager ... since "you have no approach".

The Project Manager will recruit a Business Analyst to collect your requirements.

Then a software architect will design a solution.

A programmer analyst will come up with a program specification that you will need to review before a programmer is assigned.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900