-
Tarantino
Tarantino is a simple ASGI (Asynchronous Web Server Gateway) web framework intended for learning purposes only. The idea is to cover 70-80% of usecases by building various featues (mostly from scratch) while exploring various alternative solutions to get a better understanding of different concepts used and choices made in more reliable Python web frameworks today.
-
Pycoder
PyCoder is a tool to generate python code out of a few given topics and a description. It uses GPT-2 language model as its engine. Pycoder poses writing Python code as a conditional-Causal Language Modelling(c-CLM). It has been trained on millions of lines of Python code written by all of us. At the current stage and state of training, it produces sensible code with few lines of description, but the scope of improvement for the model is limitless.
-
MBC App
This project consists of building an app, which when shown food ingredients, tells you which dishes these ingredients can be used in. The simple use case of the application is to capture an image of the ingredients, and the app would detect the ingredients itself, and present you with a list of detected ingredients along with the probable recipes in which the ingredients can be used.
Projects