Skip to content

Commit bc43be1

Browse files
committed
update readme.md
1 parent 3015616 commit bc43be1

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

Classifier-Using-JS/README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Classifiers using JS
2+
3+
## About The Project
4+
Building three different classifiers with the help of API.
5+
6+
1. Text Analyzer
7+
8+
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.
9+
10+
2. News Analyzer
11+
12+
Classify News articles by the topic such as Politics, Sports and many more.
13+
14+
3. Language Analyzer
15+
16+
Detect language in text. I will detect langauge from 49 different languages arranged in language families.
17+
18+
## Tech Stacks Used
19+
20+
21+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
22+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
23+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
24+
25+
## API Used
26+
27+
Visit Website: https://app.monkeylearn.com/
28+
29+
`For Text Analyzer` : https://api.monkeylearn.com/v3/classifiers/cl_pi3C7JiL/classify/
30+
31+
`For News Analyzer` : https://api.monkeylearn.com/v3/classifiers/cl_WDyr2Q4F/classify/
32+
33+
`For Language Analyzer` : https://api.monkeylearn.com/v3/classifiers/cl_Vay9jh28/classify/
34+
35+
36+
## How to use Project
37+
38+
39+
- Download or clone the repository
40+
41+
```
42+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
43+
```
44+
45+
- Go to the directory
46+
- Run the index.html file
47+
- Navigate to different classifers
48+
49+
## Screenshots
50+
51+
52+
## Live Demo

0 commit comments

Comments
 (0)