- Visualization is very important as it helps us to know why we are making such prediction.
- This tool will help you to visualize, how much each word contribute in embedding.
- Clone the repo
- Install all dependencies using command
pip3 install -r requirements.txt
- Run the application -
python3 app.py
To try it on your sentence embedding just change embed function with your own sentence embedding.