Skip to content

Winter of Code Project

Prateek Chanda edited this page Nov 21, 2017 · 2 revisions

KWOC

We are glad to partner with IIT Kharagpur as a part of the Kharagpur Winter of Code. We are proud to host this Open Source event during the winter months and we hope you have a great winter this year.

Some of the project ideas has been listed below. Please go through them and you may apply to work on any one of them during the winter.

Project Ideas

Make an interactive chatbot using Python

First try making a chat bot using Python. It is desirable to include special features like Ruuh. Implementing some machine learning algorithms it can be used to reply to the user with a suitable reply. Along with that it must be able to detect images shown to it -like telling whether the picture contains a house or a mountain.

Create an online shopping platform

Create a small application, dont worry about design, only focus on the work it must do. It will search for an online product from all online stores like Flipkart, Snapdeal , Amazon on an user request and reply with the best product with affordable price. It will internally compare the prices along with user reviews of such a product and return the best one.

Documenation

First document all the codes. Add appropriate description for each problem in the repo. Resolve Pep8 issues in the code. Upload suitable resources for Python newbies including references on books, video tutorials. Work on making the website more detailed (you will see an config.yml here since this is a jekyll blog). Finally make the repo work with TravisCI (details will be told later about this).