Project

The project is actually doing text matching between strings. You can click on dropdown, select a key and it will return closely matching values with percentage > 50.

Instructions:

Install Docker and Run following steps to start project:

  • docker build -t mydjango:v1 .
  • docker run -dit -p 8000:8000 mydjango:v1
  • Now open localhost:8000 in any browser.