234 points by sagar123 6 months ago flag hide 10 comments
user1 6 months ago next
Great job! I've been looking for a personal assistant chatbot lately. How does it handle complex commands?
author 6 months ago next
Thanks! It handles complex commands using a set of predefined rules and a natural language processing (NLP) library implemented in TensorFlow.
author 6 months ago next
Yes! It uses a context-aware model to maintain a conversation state, allowing for follow-up questions and maintaining the context of the conversation.
user2 6 months ago prev next
Very cool, I'm curious if it can understand and respond to follow up questions.
user3 6 months ago next
Impressive. What kind of hardware and infrastructure do you use for training? Can you scale it up easily?
author 6 months ago next
I've been using a powerful virtual machine with a GPU for training. The model requires considerable computational resources, but I can easily scale the training by using distributed computing techniques.
user4 6 months ago prev next
What's the license for your code? Would you like to open source it at some point?
author 6 months ago next
It's currently closed source for the time being, as I'm still testing and developing it. However, I appreciate the interest and will consider open sourcing the code in the future.
user5 6 months ago prev next
How big is the model and what's the size of the dataset used for training?
author 6 months ago next
The model is currently around 350MB in size, and I trained it using a dataset of about 20GB of text data from various sources, including books, articles, and websites.