Skip to content

Commit 5d4e53f

Browse files
committed
Remove anthropic from requirements
1 parent 5c077e0 commit 5d4e53f

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,26 @@ for patients with bipolar disorder, helping them shorten their journey to stabil
77

88
You can view the current build of the website here: [https://balancertestsite.com](https://balancertestsite.com/)
99

10-
## Contributing
10+
## Contributing
1111

1212
### Join the Balancer community
1313

14-
Balancer is a [Code for Philly](https://www.codeforphilly.org/) project
14+
Balancer is a [Code for Philly](https://www.codeforphilly.org/) project
1515

1616
Join the [Code for Philly Slack and introduce yourself](https://codeforphilly.org/projects/balancer) in the #balancer channel
1717

1818
The project kanban board is [on GitHub here](https://github.com/orgs/CodeForPhilly/projects/2)
1919

2020
### Code for Philly Code of Conduct
2121

22-
The Code for Philly Code of Conduct is [here](https://codeforphilly.org/pages/code_of_conduct/)
22+
The Code for Philly Code of Conduct is [here](https://codeforphilly.org/pages/code_of_conduct/)
2323

24-
### Setting up a development environment
24+
### Setting up a development environment
2525

2626
Get the code using git by either forking or cloning `CodeForPhilly/balancer-main`
2727

2828
Tools used to run Balancer:
2929
1. `OpenAI API`: Ask for an API key and add it to `config/env/env.dev`
30-
2. `Anthropic API`: Ask for an API key and add it to `config/env/env.dev`
3130

3231
Tools used for development:
3332
1. `Docker`: Install Docker Desktop
@@ -36,15 +35,15 @@ Tools used for development:
3635

3736
### Running Balancer for development
3837

39-
Start the Postgres, Django REST, and React services by starting Docker Desktop and running `docker compose up --build`
38+
Start the Postgres, Django REST, and React services by starting Docker Desktop and running `docker compose up --build`
4039

4140
#### Postgres
42-
- Download a sample of papers to upload from [https://balancertestsite.com](https://balancertestsite.com/)
41+
- Download a sample of papers to upload from [https://balancertestsite.com](https://balancertestsite.com/)
4342
- The email and password of `pgAdmin` are specified in `balancer-main/docker-compose.yml`
4443
- The first time you use `pgAdmin` after building the Docker containers you will need to register the server.
4544
- The `Host name/address` is the Postgres server service name in the Docker Compose file
4645
- The `Username` and `Password` are the Postgres server environment variables in the Docker Compose file
47-
- You can use the below code snippet to query the database from a Jupyter notebook:
46+
- You can use the below code snippet to query the database from a Jupyter notebook:
4847

4948
```
5049
from sqlalchemy import create_engine
@@ -100,6 +99,6 @@ The Balancer website is a Postgres, Django REST, and React project. The source c
10099

101100
![Architecture Drawing](Architecture.png)
102101

103-
## License
102+
## License
104103

105104
Balancer is licensed under the [AGPL-3.0 license](https://choosealicense.com/licenses/agpl-3.0/)

server/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ sentence_transformers
1818
PyMuPDF==1.24.0
1919
Pillow
2020
pytesseract
21-
anthropic

0 commit comments

Comments
 (0)