Skip to content

Implement Naive Bayes Algorithm to determine whether the given field is Name or an Address.

Notifications You must be signed in to change notification settings

rakapranav/Name-Address-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Name-Address-Classifier

Implement Naive Bayes Algorithm to determine whether the given field is Name or an Address.

Steps to execute the code repository:

  1. Clone the repository

  2. Install the requirement.txt file using the command # pip install -r requirement.text

  3. Create a dataset as:

         label     |      Value
     ------------- | -------------
        address    | s/o saminathan28/3 nagar 3rd , street, korattu...
        name       | Pranav Raka
    
  4. Minimum dataset for address and name is 20000 to 50000.

  5. Open the .ipynb file and execute the code.

About

Implement Naive Bayes Algorithm to determine whether the given field is Name or an Address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published