Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzaizai2k committed Oct 3, 2024
1 parent b14eef3 commit 428bbd1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ Follow these steps to run the application:
https://stackoverflow.com/questions/74515846/error-could-not-install-packages-due-to-an-oserror-errno-28-no-space-left-on
https://github.com/pypa/pip/issues/7745#issuecomment-587296318
6. **SSH AWS**
```shell
chmod 400 /path/to/your-key.pem && \
ssh -i /path/to/your-key.pem username@public-ip
```
## Usage
1. Upload one or more invoice images or PDF files using the file uploader interface.
Expand Down
3 changes: 2 additions & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ python-multipart
pytz
llama_index
llama-index-llms-ollama
python-jose
python-jose
python-Levenshtein
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ rank_bm25
fuzzywuzzy
ldap3
python-multipart
python-jose
python-jose
python-Levenshtein

0 comments on commit 428bbd1

Please sign in to comment.