Skip to content
B

Blog Bot

Solving Problems the AI Way !

Created on 30th January 2021

B

Blog Bot

Solving Problems the AI Way !

The problem Blog Bot solves

An application where like minded people can collaborate towards expressing their views on a particular project, along with the facility to chat with a bot that can provide then with all the information related to the project along with the latest updates and advancements which are often overlooked on the project website.

Challenges we ran into

  1. Not compatible with Chatterbot libraries as it was not learning from the listTrainer, so we used newspaper3K instead.
  2. First we tried using a python IDE namely PyCharm to create our project however due to the latest python updates the wheel of most of the
    libraries was not being build thus we switched to using the virtualenv feature of python combined with sublimeText as our
    Texteditor.
  3. Keyboard enter event was not getting accepted,thereupon we switched to using a button to enter input from the user.
  4. GET and POST form was showing METHOD NOT FOUND, therefore we tried executing it after importing request.
  5. It was not accepting a different CSS file for the whole project thus we had we include it into ever template individually.

Discussion

Builders also viewed

See more projects on Devfolio