Skip to content

Latest commit

 

History

History

Language Detector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Language Detector

This is a simple Python project that uses the langdetect library to detect the language of a given text.

Setup

  1. Clone the repository.

  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the main script:

    python main.py