This project aims to caption or translate flowcharts into their respective pseudocode.
As a guide, I used this article.
This project still holds lots of room for improvement. Some of the main ones are:
- Image Captioning with an Attention Mechanism
- More pseudocode/flowchart data. Until now I only fed 37 flowcharts with 37 pseudocode translations into the model.
- Use a Domain Specific Language instead of pseudocode for easier translation.
Run jupyter notebook in the terminal.
Open the inspect_image_caption_model.ipynb
Jupyter Notebooks to view results within the code.