Skip to content

mehmetcanfarsak/FreeLanguageDetectionApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Language Detection 💬 Api


Simple api for detecting language of a text. Texts with more than 3 words got more accurate results.

🔍 Check it on https://FreeLanguageDetectionApi.vercel.app

⏩ Example Usage: https://FreeLanguageDetectionApi.vercel.app/detect_language?text_to_detect_language=wie%20gehts%20dir

🏄 Also You can deploy this api for free on Vercel.Com Just click the button below 🛠️

Deploy with Vercel

Important Note: Currently there is a bug in vercel that causes "" error. To prevent it, just change Node.js version to 18.x in Project -> Settings -> General ->Node.js Version in https://vercel.com/YOURUSERNAME-projects/PROJECTNAME/settings/general. For more details take a look at vercel/vercel#11128 (comment)

Check Api Documantation below: ⬇️

Swagger UI: https://FreeLanguageDetectionApi.vercel.app/docs

ReDoc: https://FreeLanguageDetectionApi.vercel.app/redoc

💻 Github Page:

https://github.com/mehmetcanfarsak/FreeLanguageDetectionApi