Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

jizt-it/jizt-app

Repository files navigation

Jizt

Build Deploy Android app Deploy Web app

AI Text Summarization in the Cloud


Jizt makes use of the latest advances in Natural Language Processing (NLP), using state-of-the-art language generation models, such as Google's T5 model, to provide accurate and complete abstractive summaries.

What is Jizt?

📄 Jizt generates abstractive summaries, i.e. summaries containing words or expressions that do not appear in the original text. In addition, it allows you to adjust the parameters of the summary, such as its length or the generation method to be used.

✨ You can access the app at app.jizt.it and through Google Play.

Docs

You can access the project documentation through docs.jizt.it.

Quick Start

  1. Clone the app repository:
git clone https://github.com/jizt-it/jizt-app.git
  1. Run the code generation tool:
flutter pub run build_runner build --delete-conflicting-outputs
  1. Compile the app (available environments: mock|dev|prod):
flutter run --dart-define=JIZT_APP_ENV=dev

Contribute

Do you want to contribute to the project? Awesome! At CONTRIBUTING.md you will find helpful information. Also, if you want to financially support the project, you can do so at paypal.me/jiztit.

What's coming next?

You can take a look at the Jizt Roadmap GitHub project to find information about the tasks we are currently working on, and those that will be implemented soon.