Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix setup steps.
  • Loading branch information
mmz-001 authored Jan 31, 2023
1 parent 9182d31 commit e63a503
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ Accurate answers and instant citations for your documents.

## 🔧 Features

- Upload documents (PDF, DOCX, TXT) and answer questions about them.
- Cite sources for the answers, with excerpts from the text.
- Upload documents 📁(PDF, DOCX, TXT) and answer questions about them.
- Cite sources📚 for the answers, with excerpts from the text.

## 💻 Running Locally

1. Clone the repository.
1. Clone the repository📂

```bash
git clone https://github.com/mmz-001/knowledge_gpt
cd knowledge_gpt
```

2. Install dependencies with [Poetry](https://python-poetry.org/).
2. Install dependencies with [Poetry](https://python-poetry.org/) and activate virtual environment🔨

```bash
poetry install
poetry shell
```

3. Run the Streamlit server.
3. Run the Streamlit server🚀

```bash
cd knowledge_gpt
Expand Down

0 comments on commit e63a503

Please sign in to comment.