data-scientist-ml1 / DrugNames-Similarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 66.2%Language:HTML 30.6%Language:Dockerfile 3.1%