-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnlp.html
33 lines (32 loc) · 1.1 KB
/
nlp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>NLP</title>
<link rel="stylesheet" href="nlp.css">
</head>
<body>
<div class="card-container">
<div class="card card1">
<img src="flip.gif" alt="Image 1">
<div class="card-content">
<h2>Flipkart Reviews Sentiment Analysis</h2>
<a href="http://localhost:8889/notebooks/Downloads/Flipkart_Reviews_Sentiment_Analysis_using_Python.ipynb" class="button">More</a>
</div>
</div>
<div class="card card2">
<img src="amaz.jpg" alt="Image 2">
<div class="card-content">
<h2>Amazon Product Reviews Sentiment Analysis</h2>
<a href="https://colab.research.google.com/drive/1tBjZD0W6tmyJozeh4DdypwJhaZgv23ko?usp=sharing" class="button">More</a>
</div>
</div>
<div class="card card3">
<img src="auto.jpg" alt="Image 3">
<div class="card-content">
<h2>Autocorrecter feature</h2>
<a href="http://localhost:8889/notebooks/Downloads/Autocorrector_Feature_Using_NLP_In_Python.ipynb" class="button"> More</a>
</div>
</div>
</div>
</body>
</html>