Baymax

GITHUB: https://github.com/Tinkerhub-NSSCE/baymax
DEMO: https://discord.gg/2bBPbdRud6

Features:-

  • It automatically assigns roles and a nickname from the response received in an airtable form
  • It can have natural conversations with members and answer questions about itself, TinkerHub etc (uses DialogFlow for NLP)
  • It can make you laugh with jokes or lighten you up with inspiring quotes
  • It can find the latest hot news in tech and deliver them directly to the server (sources: HackerNews & Dev.to)

PiXiPi

GITHUB: https://github.com/aravinds-arv/PixiPi
DEMO: https://github.com/aravinds-arv/PixiPi#link-to-product-walkthrough

How it works?

  • The command line interface is powered by Typer library in python
  • Typer application uses custom decorators to convert python fuctions to CLI commands
  • The image manipulation functions of the program is handled by Pillow library