https://github.com/garybake/enronalyse
App to analyse the Enron email dataset
https://github.com/garybake/enronalyse
Last synced: 3 months ago
JSON representation
App to analyse the Enron email dataset
- Host: GitHub
- URL: https://github.com/garybake/enronalyse
- Owner: garybake
- License: mit
- Created: 2023-03-25T15:47:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T20:52:38.000Z (about 1 year ago)
- Last Synced: 2025-04-24T21:43:35.252Z (about 1 year ago)
- Language: Python
- Size: 406 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enronalyse
App to analyse the Enron email dataset using a vector database.
Based on blog post **TODO insert link here**
## Setup
Create a .env file with the following settings. Fill in the *** with your own values.
EMAIL_FOLDER = "***"
VDB_URL = "https://***.weaviate.network"
OPENAI_API_KEY="***"
## Import data
Use the import/read_emails script.
## Run
uvicorn app.main:app --reload