├── GATOR_Sunum.pptx ├── LICENSE ├── NLPEvaluation_GAT0R.py ├── README.md ├── datasets └── teknofest_train.csv ├── flask ├── after.html ├── banner.png ├── flask.py ├── home.html ├── logo.jpg └── style.css ├── gradio ├── Dockerfile ├── gradio.py └── requirements.txt ├── images ├── confmatrix.png ├── flask-resim.png ├── flask-video.mp4 ├── huggingface-gradio.png ├── img0.png ├── img1.png ├── img10.png ├── img11.png ├── img12.png ├── img13.png ├── img2.png ├── img3.png ├── img4.png ├── img5.png ├── img6.png ├── img7.png ├── img8.png ├── img9.png ├── literatür.png └── streamlit.png ├── models ├── BERT_cased_with_stopwords.ipynb ├── BERT_cased_without_stopwords.ipynb ├── BERT_uncased-with-stopwords.ipynb ├── BERT_uncased_without_stopwords.ipynb ├── NLPEvaluation_GAT0R.py ├── bert_cased_with_stopwords.py ├── bert_cased_without_stopwords.py ├── bert_uncased_with_stopwords.py └── bert_uncased_without_stopwords.py └── streamlit ├── app.py └── requirements.txt /GATOR_Sunum.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/GATOR_Sunum.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/LICENSE -------------------------------------------------------------------------------- /NLPEvaluation_GAT0R.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/NLPEvaluation_GAT0R.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/README.md -------------------------------------------------------------------------------- /datasets/teknofest_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/datasets/teknofest_train.csv -------------------------------------------------------------------------------- /flask/after.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/after.html -------------------------------------------------------------------------------- /flask/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/banner.png -------------------------------------------------------------------------------- /flask/flask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/flask.py -------------------------------------------------------------------------------- /flask/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/home.html -------------------------------------------------------------------------------- /flask/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/logo.jpg -------------------------------------------------------------------------------- /flask/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/flask/style.css -------------------------------------------------------------------------------- /gradio/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/gradio/Dockerfile -------------------------------------------------------------------------------- /gradio/gradio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/gradio/gradio.py -------------------------------------------------------------------------------- /gradio/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/gradio/requirements.txt -------------------------------------------------------------------------------- /images/confmatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/confmatrix.png -------------------------------------------------------------------------------- /images/flask-resim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/flask-resim.png -------------------------------------------------------------------------------- /images/flask-video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/flask-video.mp4 -------------------------------------------------------------------------------- /images/huggingface-gradio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/huggingface-gradio.png -------------------------------------------------------------------------------- /images/img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img0.png -------------------------------------------------------------------------------- /images/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img1.png -------------------------------------------------------------------------------- /images/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img10.png -------------------------------------------------------------------------------- /images/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img11.png -------------------------------------------------------------------------------- /images/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img12.png -------------------------------------------------------------------------------- /images/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img13.png -------------------------------------------------------------------------------- /images/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img2.png -------------------------------------------------------------------------------- /images/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img3.png -------------------------------------------------------------------------------- /images/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img4.png -------------------------------------------------------------------------------- /images/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img5.png -------------------------------------------------------------------------------- /images/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img6.png -------------------------------------------------------------------------------- /images/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img7.png -------------------------------------------------------------------------------- /images/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img8.png -------------------------------------------------------------------------------- /images/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/img9.png -------------------------------------------------------------------------------- /images/literatür.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/literatür.png -------------------------------------------------------------------------------- /images/streamlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/images/streamlit.png -------------------------------------------------------------------------------- /models/BERT_cased_with_stopwords.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/BERT_cased_with_stopwords.ipynb -------------------------------------------------------------------------------- /models/BERT_cased_without_stopwords.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/BERT_cased_without_stopwords.ipynb -------------------------------------------------------------------------------- /models/BERT_uncased-with-stopwords.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/BERT_uncased-with-stopwords.ipynb -------------------------------------------------------------------------------- /models/BERT_uncased_without_stopwords.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/BERT_uncased_without_stopwords.ipynb -------------------------------------------------------------------------------- /models/NLPEvaluation_GAT0R.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/NLPEvaluation_GAT0R.py -------------------------------------------------------------------------------- /models/bert_cased_with_stopwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/bert_cased_with_stopwords.py -------------------------------------------------------------------------------- /models/bert_cased_without_stopwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/bert_cased_without_stopwords.py -------------------------------------------------------------------------------- /models/bert_uncased_with_stopwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/bert_uncased_with_stopwords.py -------------------------------------------------------------------------------- /models/bert_uncased_without_stopwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/models/bert_uncased_without_stopwords.py -------------------------------------------------------------------------------- /streamlit/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/streamlit/app.py -------------------------------------------------------------------------------- /streamlit/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thealper2/gat0r-nlp/HEAD/streamlit/requirements.txt --------------------------------------------------------------------------------