Seymasa commited on
Commit
f4f347c
·
1 Parent(s): c02d24a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -7,4 +7,35 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ ### Yapılan proje adımları aşağıda yer almaktadır.
11
+
12
+ ![plot](/img/akış.drawio.png)
13
+
14
+ The steps to create this dataset are as follows.
15
+
16
+ - Step 1: Data Scraping Tool: https://github.com/Teknofest-Nane-Limon/twitter-scraper
17
+
18
+ - Step 2: Data Labeling Tool: https://github.com/Teknofest-Nane-Limon/easy-data-labeling-engine
19
+ - Productization of labeled data: https://huggingface.co/datasets/nanelimon/turkish-social-media-bullying-dataset
20
+
21
+ - Step 3: Data Cleaning Tool: https://github.com/Teknofest-Nane-Limon/text-data-cleaner
22
+
23
+ - Step 4: Data Modeling:
24
+ - 4.1. Analysis and trials notebook for TFID: https://github.com/Teknofest-Nane-Limon/tfidf-model-turkish-bullying
25
+ - 4.2 Analysis and essays notebook for Bert Mobel: https://github.com/Teknofest-Nane-Limon/bert-base-turkish-bullying/blob/main/bert-cv.ipynb%20-%20Colaboratory.pdf & bert-cv.ipynb
26
+ - 4.3 Modeling notebook with hyper parameters from Bert Model: https://github.com/Teknofest-Nane-Limon/bert-base-turkish-bullying/blob/main/bert-base-turkish-bullying-best-parameter.ipynb
27
+
28
+ - Step 5: Productization of the Model:
29
+ - 5.1 Python FastAPI: https://github.com/Teknofest-Nane-Limon/turkish-bullying-api
30
+ - 5.2 Hugging Face : https://huggingface.co/nanelimon/bert-base-turkish-bullying
31
+
32
+
33
+ ## For Example
34
+ > Cinsiyetçilik Örneği:
35
+ ![plot](/img/Cinsiyetçilik.jpeg)
36
+ > Irkçılık Örneği:
37
+ ![plot](/img/Irkçılık.jpeg)
38
+ > Kızdırma Örneği:
39
+ ![plot](/img/Kızdırma.jpeg)
40
+ > Nötr Örneği
41
+ ![plot](/img/Nötr.jpeg)