Skip to content

dave-espinosa/companies_fm_levenshtein_serving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1Mentor Companies Fuzzy-Matching with Levenshtein

This project includes an implementation of a company fuzzy-matching with Levenshteing algorithm, used on a daily basis, by 1Mentor Inc. Team

1. Environment preliminary settings

  • Create a directory in some known location, in your computer.
  • Inside the previous directory, clone this repo. Here is some guidance.
  • Enable the 'venv'. This is a classic approach, but it depends on your text editor / IDE: some of them do it for you. Check in their official documentation.
  • Set yourself at the root of the 'venv', and run the following commands, one at time:
    • pip install -r requirements.txt
  • Enter all the required fields.
  • You should be able to start developing.

About

companies_fm_levenshtein_serving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published