diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..387b683 --- /dev/null +++ b/README.MD @@ -0,0 +1,25 @@ +# Darknet Diaries LLM +## How to run +### Install dependencies +I have no idea what the correct way to install dependencies with python is. Somehow install these libraries and their dependencies: +- llama_index +- beautifulsoup4 +### Execution +Download transcripts: +```shell +python3 download_transcripts.py +``` + +Set OpenAPI key as environment variable +```shell +OPEN_API_KEY= +``` + +Then run the main file +```shell +python3 main.py +``` + +On the first run, it will generate the index. This can take a while, but it will be cached on disk for the next runs. + +You can them ask it any questions about Darknet Diaries! \ No newline at end of file