Skip to content

jitingxu1/txt-summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txt-summarization

Loading Animation

note: my openai_api_key was deleted.

Test in github codespace

1. create codespace on main

codespace instance

2. run it uaing docker

Copy your openai_api_key to the .env file

OPENAI_API_KEY=xxx 

Run docker

docker build -t summarization-app .
docker run -p 8000:8000 -p 8501:8501 summarization-app

Find the app link

find the port 8501, go to the forward address, click the open in browser

codespace instance

Upload .txt file for summrization

codespace instance

Check the output

codespace instance

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published