NeuralNine / neuralintents

A simple interface for working with intents and chatbots.
MIT License
249 stars 135 forks source link

ValueError in training=np.array(training) #35

Open Shahkaar opened 1 year ago

Shahkaar commented 1 year ago

ive searched alot about it but didnt find the same issue faced by someone else kind guide me is there something wrong in my dependencies versions or library The library versions automatically got downloaded with the neuralintent library the error and the versions are given in below picture 1 2 3

ghost commented 1 year ago

I am also facing the issue, Tried with all the previous versions but nothing helped!

Shahkaar commented 1 year ago

I found a way out its not a library but basic program that uses the same technique of intends and tags. but you can add functions on your own to get what you need.https://github.com/tatiblockchain/python-deep-learning-chatbot/tree/main/python-deep-learning-chatbot here is the link. the chatbot.py file basically trains your module on bases of the intend.json and then the processor file has some basic functions thats extracts the responce out of the module. the app.py file is a web app if you need it

ghost commented 1 year ago

yeah, this works absolutely fine! But I had to make a few changes in the app.py. Thanks a lot for this help!!

ghost commented 1 year ago

I found a way out its not a library but a basic program that uses the same technique of intends and tags. but you can add functions on your own to get what you need.https://github.com/tatiblockchain/python-deep-learning-chatbot/tree/main/python-deep-learning-chatbot here is the link. the chatbot.py file basically trains your module on bases of the intend.json and then the processor file has some basic functions that extract the response out of the module. the app.py file is a web app if you need it

I have debugged the error for this repository which can be found in the latest pull request. And the code works absolutely fine now!

astigPree commented 1 year ago

guys can you explain to me what should I do about it? i can't undestand what are you talking about

maeHD666 commented 1 year ago

I have the same problem