Skip to content

Commit 0eca4b0

Browse files
Create Readme.md
1 parent c128ca3 commit 0eca4b0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Language Detector/Readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Language Detector
2+
3+
This is a simple Python project that uses the `langdetect` library to detect the language of a given text.
4+
5+
## Setup
6+
7+
1. Clone the repository.
8+
2. Install the dependencies:
9+
10+
```bash
11+
pip install -r requirements.txt
12+
3. Run the main script:
13+
14+
```bash
15+
python main.py

0 commit comments

Comments
 (0)