/* Copyright (c) 2026 Ashraf Morningstar These are personal recreations of existing projects, developed by Ashraf Morningstar for learning and skill development. Original project concepts remain the intellectual property of their respective creators. Repository: https://github.com/AshrafMorningstar */
Building three different classifiers with the help of API.
- Text Analyzer
Detect Sentiments in the text. This is a generic sentiment analysis classifier for texts in English. It will classify into 3 different categories: Positive, Negative & Neutral.
- News Analyzer
Classify News articles by the topic such as Politics, Sports and many more.
- Language Analyzer
Detect language in text. I will detect langauge from 49 different languages arranged in language families.
Visit Website: https://app.monkeylearn.com/
For Text Analyzer : https://api.monkeylearn.com/v3/classifiers/cl_pi3C7JiL/classify/
For News Analyzer : https://api.monkeylearn.com/v3/classifiers/cl_WDyr2Q4F/classify/
For Language Analyzer : https://api.monkeylearn.com/v3/classifiers/cl_Vay9jh28/classify/
- Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
- Go to the directory
- Run the index.html file
- Navigate to different classifers
After clicking on Text Analyzer button, the UI looks like:
After clicking on News Analyzer button, the UI looks like:
After clicking on Language Analyzer button, the UI looks like:
Β© 2026 Ashraf Morningstar. All Rights Reserved.
Educational Disclaimer: This is a personal recreation of an existing project concept, developed for learning and skill development purposes. The original project concept remains the intellectual property of its respective creator(s).
License: MIT License - See LICENSE file for details.
Developer: Ashraf Morningstar
Portfolio: Explore more projects at github.com/AshrafMorningstar
Found this helpful? Give it a βοΈ on GitHub!
- πΌ Company: MORNINGSTARCONSTRUCTION
- π Location: India
- π¦ Twitter: @AMS_Morningstar
- π§ Email: ashrafmorningstar@gmail.com




