Kagermanov commited on
Commit
68e2922
1 Parent(s): 83000f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -44,6 +44,12 @@ widget:
44
  license: mit
45
  datasets:
46
  - serpapi/local-results-en
 
 
 
 
 
 
47
  ---
48
 
49
  <h1 align="center">BERT-Based Classification Model for Google Local Listings</h1>
@@ -56,6 +62,10 @@ datasets:
56
  This repository contains a BERT-based classification model developed using the Hugging Face library, and a dataset gathered by <a href='https://serpapi.com/google-local-api'>SerpApi's Google Local API</a>. The model is designed to classify different texts extracted from Google Local Listings.
57
  </p>
58
 
 
 
 
 
59
  ---
60
 
61
  <h2 align="center">Usage and Classification for Parsing</h2>
 
44
  license: mit
45
  datasets:
46
  - serpapi/local-results-en
47
+ tags:
48
+ - scraping
49
+ - parsing
50
+ - serp
51
+ - api
52
+ - opensource
53
  ---
54
 
55
  <h1 align="center">BERT-Based Classification Model for Google Local Listings</h1>
 
62
  This repository contains a BERT-based classification model developed using the Hugging Face library, and a dataset gathered by <a href='https://serpapi.com/google-local-api'>SerpApi's Google Local API</a>. The model is designed to classify different texts extracted from Google Local Listings.
63
  </p>
64
 
65
+ <p align="center">
66
+ You may check out the Open Source Github Repository that contains the source code of a Ruby Gem called <a href="https://github.com/serpapi/google-local-results-ai-parser">`google-local-results-ai-parser`</a>.
67
+ </p>
68
+
69
  ---
70
 
71
  <h2 align="center">Usage and Classification for Parsing</h2>