Skip to content

OpenSourceFellows/llama-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama-hack

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

Setup

  1. Clone the repository.
  2. Create and activate a virtual environment:
    python -m venv llama_env
    source llama_env/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. 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
    

Usage

Run the main script:

python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages