Monday, June 22, 2020

PSF GSoC students blogs: Weekly Check-In: Week 4

<meta charset="utf-8">

Hey,

What did I do this week

We decided to skip the NLU part of the chatbot as the tutorial is about configs and dataflow. The chatbot will take structured data and make predictions on it. As a prerequisite to implementing the chatbot, I added a way to support shared configurations. As of now, each operation would need to open separate connections; with shared configs, this can be avoided. I also finished the locking example.

What's coming up next 

I'll be finishing the documentation for the locking example and also complete the chatbot tutorial.

Did I get stuck anywhere

Implementing the shared config lead to some confusion but was resolved in the weekly meeting.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...