Skip to content

Latest commit

 

History

History
 
 

DetectLanguage API

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Detect Language API 🗣

🔹Introduction

  • This project allows you to use Detect Language API to detect the language of the statement input or the input in form of .txt file.
  • The output is obtained in form of language codes ('en', 'mr', 'ja', 'fr',....)

🔹Purpose

  • User can detect language type on his local machine
  • User can detect language type of his data in .txt format files
  • It is mini version of language detector on your local machine

🔹Requirements

  • Tkinter Module: for GUI
  • csv Module: for parsing data from csv file
  • detectlanguage Module: Acts as Client library for Detect Language API

🔹Compilation Steps

  • Before you begin to run .py file, we need to install client library module --> pip install detectlanguage
  • Make sure you have saved "languages.csv" file in "Related" Folder
  • Run "detect_language.py"
  • For more information on import statements, refer to "requirements.txt"

🔹Workflow

  • User needs to put input of any language
  • User can also put input through a .txt file using "choose file" button
  • Just click on "Detect Language" button to get the output
  • You get output in form of language code; refer to the table that appears in output to know the language associated to the respective code.

🔹Screenshots

🔹Author

POOJA S DESHPANDE