diff --git a/README.md b/README.md index 08817fc..3fb5340 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,6 @@ docker run -p 7860:7860 web_summarizer # Run if you run ollama on host docker run --network='host' -p 7860:7860 web_summarizer - -# Run both app and ollama as docker containers -docker compose up ``` @@ -58,10 +55,10 @@ docker compose up To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities. -- [ ] Summarizer youtube +- [ ] Summarize youtube videos - [x] Dockerize project - [ ] Serve on web ## License -This script is released under the MIT License. See the LICENSE file in the repository for full details. +This script is released under the MIT License. See the [LICENSE](./LICENSE) file in the repository for full details.