Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ With VoteWise's democratic insights and the advanced conversational capabilities
### Clone the repository:

```bash
git clone https://github.com/gjlondon/VoteWise
git clone https://github.com/tedai-hackathon/VoteWise
```

### Navigate to the project directory:
Expand All @@ -99,6 +99,12 @@ git clone https://github.com/gjlondon/VoteWise
cd VoteWise
```

### Set up a virtual environment:
```
python -m venv venv
source ./venv/bin/activate
```

### Install the required dependencies using pip:

```
Expand All @@ -109,6 +115,7 @@ pip install -r requirements.txt

- Create an OpenAI account and obtain an API key.
- Set the `OPENAI_API_KEY`` environment variable with your API key
- Set the `SECRET_KEY`` environment variable to value of OPENAI_API_KEY
- Set the `ANTHROPIC_API_KEY`` environment variable with your API key

On Windows:
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.4
aiohttp>=3.8.4
aiosignal==1.3.1
annotated-types==0.5.0
async-timeout==4.0.2
Expand All @@ -12,8 +12,8 @@ colorama==0.4.6
dataclasses-json==0.5.14
Flask==2.3.2
Flask-Cors==3.0.10
frozenlist==1.3.3
greenlet==2.0.2
frozenlist>=1.3.3
greenlet>=2.0.2
idna==3.4
importlib-metadata==6.6.0
itsdangerous==2.1.2
Expand All @@ -22,14 +22,14 @@ langchain==0.0.273
langsmith==0.0.26
MarkupSafe==2.1.2
marshmallow==3.20.1
multidict==6.0.4
multidict>=6.0.4
anthropic
mypy-extensions==1.0.0
numexpr==2.8.5
numpy==1.25.2
numpy>=1.25.2
openai==0.27.6
packaging==23.1
pydantic==2.3.0
pydantic<2.0
pydantic_core==2.6.3
python-dotenv==1.0.0
PyYAML==6.0.1
Expand All @@ -53,4 +53,4 @@ BeautifulSoup4
pandas
wikipedia-api
canonicaljson
ipdb
ipdb