Skip to content

Abhis33/AI-Document-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the app -

  1. Make sure the root folder has .env file with OPENAI_API_KEY
  2. docker-compose up -d --build for running the backend - FASTAPI
  3. cd frontend
  4. npm i for installation
  5. npm run dev (Might have problem on platforms other than windows)

Choices of technology -

  • Since I wanted to do fast prototyping I chose FastAPI in python with Vue for the frontend.
  • I chose docker for fast setup although for frontend there were some minor roadblocks so we're directly using npm run dev

Screenshots

"Summarizer Screenshot"

About

A simple document summarizer using GPT LLM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published