S

Sycic hack

A chatbot where user can chat with the bot and bot will reply accordingly.We maintained a database which is basically the list of commands to which bot is familiar.Larger the database,more the better.

The problem Sycic hack solves

Bot provides the data from wikipedia website if you try to web search something. You need not go anywhere to search and can just speak. Our bot will automatically get the data from wikipedia and will read it too. For any other website, it directly open the topmost link that google will provide on searching that term. GUI using tkinter is made where you can type any command or speak

Challenges we ran into

Making the user interface(Tkinter helped to connect our programs to UI), doing multiple arithmetic operations(bot will do web search which may have glitches).

Technologies used

Discussion