- accepts a document of these types: pdf, doc, docx, txt or downloads a text from a link and analyzes it
- gives a summary of the document
- can conduct a dialogue on downloaded documents
- saves dialogue history
- summarizes the conversation
- conduct a dialogue on topics that are not included in the document
- docker pull alexkondr/guru-analyzer_of_books
- create docker-compose.yml a sample file docker-compose.yml
- docker-compose up
- open url http://127.0.0.1:8000
- gh repo clone alex-kondr/Guru-analyzer_of_books
- create .env file a sample file .example.env
- pip install -r requirements.txt
- py main.py
- open url http://127.0.0.1:8000