scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

[Feature] Chatbot for Signup form #19

Open satyammittal opened 4 years ago

satyammittal commented 4 years ago

Is your feature request related to a problem? Please describe. A chatbot in place of Sign up forms are more interactive. Providing clients the way to register in interactive manner rather than with forms

Describe the solution you'd like API and storage at backend. We can use a table storing which forms are required by client.

Describe alternatives you've considered Api from the Google form or any other agent

Additional context

Mishrasubha commented 4 years ago

Hello, I would like to suggest to use GraphQL and SQLALchemy for API and storage at the backend. GraphQL is better than REST and has many other advantages. We can use the Graphene-Python library with supports building of GraphQL and storage with the use of SQLAlchemy. Would like to know your feedback on this.

satyammittal commented 4 years ago

@Mishrasubha Yes looks fine, you can start working on a small design like only username and email address and show how chatbot can covert a form to interactive manner.

Mishrasubha commented 4 years ago

Okay then I will start working on it