Skip to content

Commit 71ed674

Browse files
authored
Created README.md
1 parent 93bb646 commit 71ed674

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Detect Language API 🗣
2+
3+
## 🔹Introduction
4+
<ul>
5+
<li>This project allows you to use Detect Language API to detect the language of the
6+
statement input or the input in form of .txt file.</li>
7+
<li>The output is obtained in form of language codes ('en', 'mr', 'ja', 'fr',....)</li>
8+
</ul>
9+
10+
## 🔹Purpose
11+
<ul>
12+
<li>User can detect language type on his local machine</li>
13+
<li>User can detect language type of his data in .txt format files</li>
14+
<li>It is mini version of language detector on your local machine</li>
15+
</ul>
16+
17+
## 🔹Requirements
18+
<ul>
19+
<li>Tkinter Module: for GUI</li>
20+
<li>csv Module: for parsing data from csv file</li>
21+
<li>detectlanguage Module: Acts as Client library for Detect Language API</li>
22+
</ul>
23+
24+
## 🔹Compilation Steps
25+
<ul>
26+
<li>Before you begin to run .py file, we need to install client library module --> pip install detectlanguage</li>
27+
<li>Make sure you have saved "languages.csv" file in "Related" Folder</li>
28+
<li>Run "detect_language.py"</li>
29+
<li>For more information on import statements, refer to "requirements.txt"</li>
30+
</ul>
31+
32+
## 🔹Workflow
33+
<ul>
34+
<li>User needs to put input of any language</li>
35+
<li>User can also put input through a .txt file using "choose file" button</li>
36+
<li>Just click on "Detect Language" button to get the output</li>
37+
<li>You get output in form of language code; refer to the table that appears in output
38+
to know the language associated to the respective code.</li>
39+
</ul>
40+
41+
## 🔹Screenshots
42+
<img src="https://github.com/cybot-des/Awesome_Python_Scripts/blob/main/APIScripts/DetectLanguage%20API/Images/output_1.JPG" height="480px" width="600px">
43+
<img src="https://github.com/cybot-des/Awesome_Python_Scripts/blob/main/APIScripts/DetectLanguage%20API/Images/output_2.JPG" height="480px" width="600px">
44+
45+
## 🔹Author
46+
POOJA S DESHPANDE

0 commit comments

Comments
 (0)