Skip to content

MaslovRustislav/typetone_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typetone Assignment

Description

The overall purpose of the app is to be automating the process of summarizing PDF documents using a natural language processing model (GPT-3.5) and presenting the summarized content to the user in a user-friendly manner. It can be used in various scenarios where document summarization is required, such as research, content curation, or data analysis. This application integrates Remix for the frontend, FastAPI for the backend, and the GPT-3.5 API for advanced natural language processing.

Use Cases:

-Research: Researchers can use the app to quickly summarize academic papers, research articles, or lengthy documents, saving time and effort.

-Content Curation: Content creators and marketers can extract key information from various sources, helping them curate valuable content for their audiences.

-Educational Purposes: Students and educators can benefit from summarizing educational materials, making complex topics more accessible.

-General Use: Anyone dealing with extensive textual content can simplify their reading and comprehension tasks using this app.

Showcase (click on image to see video):

Watch the video

Table of Contents

Prerequisites

List any prerequisites the client should have installed on their machine:

Getting Started

Cloning the Repository

git clone https://github.com/MaslovRustislav/typetone_app.git
cd typetone_app

Running the Docker Container

  1. Build the Docker container:
docker-compose build
  1. Start the Docker container:
export GPT_API_KEY=YOUR_OPEN_AI_API_KEY
docker-compose up
  1. Run the app: Alt text After you see the same code in CLI you can run project using this url http://localhost:3000

Usage

Once you have launched the application with your open ai key, you can

  1. Go to the "Templates" tab in the navigation panel
  2. Drag PDF file in a block with the inscription "Drag 'n' drop PDF files here, or click to select PDF files"
  3. After a while, in the “Document” window you can see a summary of your PDF file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published