This project integrates the LLaMA LLM, TogetherAI, MindsDB, and Good Grant APIs.
We are creating an AI agent that can followup with smaller nonprofits to increase bandwidth by:
- Identifying grants that they’d be great fits for through NLP
- Drafting potential proposals based on past grantees and pointing out the considerations they should add
- Creating any followup tasks as an internal project board that sends notification as an sms interface
- Clone the repository.
- Create and activate a virtual environment:
python -m venv llama_env source llama_env/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file with your API keys:TOGETHERAI_API_KEY=your_togetherai_api_key GOODGRANT_API_KEY=your_goodgrant_api_key MINDSDB_API_KEY=your_mindsdb_api_key
Run the main script:
python main.py