Internal documentation on this project can be found at this project's Notion page
Homin Luo - [email protected]
Ted Shaowang - [email protected]
Mariana Ramirez - [email protected]
Pedro Ignacio Chiesa - [email protected]
Aaron Pickard - [email protected]
Matt McGoffin - [email protected]
Install
python3.11 -m venv env
source env/bin/activate
pip3 install -r requirements.txt -U
brew install libmagicMake sure you have Google Drive credentials.json in the same folder, and OPENAI_API_KEY in your environmental variable.
python3 app.py
curl -X 'POST' 'http://0.0.0.0:8000/v2/answer' -H 'accept: */*' -H 'Content-Type: application/json' -d '{
"prompt": "What is my Linkedin?"
}'