Skip to content

AIO-453/AIO-levenshtein_distance

Repository files navigation

levenshtein_distance

1. Clone the repository

git clone https://github.com/AIO-453/AIO-levenshtein_distance.git 

2. (Optional) Create and activate a virtual enviroment

  • For windown:

    python -m venv venv
    .venv\Scripts\activate
  • For Unix/maxOS:

    python3 -m venv .venv
    source .venv\bin\activate

3. Install the required dependencies:

pip install -r requirements.txt

Starting the Application

Once everything all ready, you can launch the application by running:

streamlit run levenshtein_distance.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages