Om-codex/semantic-narrative-analysis-shriramcharitmanas ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Streamlit app for exploring the semantic and narrative meaning of Shri Ramcharitmanas.
I want users to be able to search for ideas like धर्म, त्याग, or भक्ति and get back verses that match the meaning even when the exact word is not present. The app should also let people compare verses by similarity, see which verses are close to each other, and understand why a verse was returned with a short human readable explanation like same narrative phase, later reflection, or transition between Kandas.
Use the verse level embeddings and FastText based approach from the project, and keep the experience clear and lightweight. It should work with the Kanda wise data and surface the text in a way that feels easy to explore, not technical. If anything is unclear, check the existing notebook and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit