douglasdcm/chatbot_for_movies
The intention of this project is to create a chatbot based on movie reviews so that you can ask questions and have a free conversation about this topic.
Jupyter Notebook
Issues
- 3
conversation = return_conversation_by_page_rank(msg, conversations, page_compute=pc_q) print('Conversation: '+ conversation) print('Page compute: '+ str(pc_q[conversation])) print('Similarity: '+ str(conversations[conversation]))
#8 opened by kpkrima - 5
- 1
chatbot_for_movies/notebooks/.ipynb_checkpoints/TF_Chatbot_prototipo_v3-checkpoint.ipynb
#6 opened by kpkrima - 0
this was an erroe
#4 opened by kpkrima - 1
this was error in this part last line
#5 opened by kpkrima - 2
- 2
--------------------------------------------------------------------------- StopIteration Traceback (most recent call last) <ipython-input-63-d5e9e2d65296> in <module> ----> 1 conversation = get_the_next_conversation(conversations) 2 conversation <ipython-input-45-cdb994193f4c> in get_the_next_conversation(conversations) 3 keys_view = conversations.keys() 4 keys_iterator = iter(keys_view) ----> 5 conversation = next(keys_iterator) 6 return conversation StopIteration:
#3 opened by kpkrima - 4