Building a bidirectional code converter using Transformers and Streamlit.Two separate Transformer-based models were trained for conversion between pseudocode and C++.Custom tokenization strategy was designed to handle pseudocode constructs and C++ syntax.The models were deployed using Streamlit for user-friendly interaction.