Skip to content

My graduation project is from the Department of Computer Engineering at Çanakkale Onsekiz Mart University

License

Notifications You must be signed in to change notification settings

hesnacaliskan/turkish_text_summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turkish Text Summarization and Categorization App

This application is a Flask application that performs text summarization and classification tasks. Frequency-based summarization method is used for text summarization, while a TF Vector ML model is used for classification.

The home page contains a text input field and two buttons. Enter the text you want to analyze in the text input field. By clicking the "Özetle" button, you can get a summary of the text, which will consist of important sentences from the original text. By clicking the "Sınıflandır" button, you can perform classification on the text, indicating which category the text belongs to.

sayfagörünümü

Technologies Used:

  • Python
  • Flask
  • Frequency-based summarization
  • TF Vector ML model (classification)

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/rumeysaakbas/Turkish_text_summarization.git
  1. Create and activate the virtual environment:
cd text_summarization
python -m venv venv
venv\Scripts\activate
  1. install the required packages:
pip install pandas
pip install nltk
pip install scikit-learn
  1. Run the application:
python app.py
  1. View in browser:
http://localhost:5000

Contributing

Pull requests are accepted. For major changes, please open a thread to discuss what you want to change first.

License

MIT


*This project was developed by Hatice Hesna Çalışkan and Rümeysa Akbaş as a Computer Engineering Graduation project of Çanakkale Onsekiz Mart University.*

About

My graduation project is from the Department of Computer Engineering at Çanakkale Onsekiz Mart University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published