Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Project

A project to parse natural language text and generate filter formulas for contract searches using Crew AI and Groq.

Setup

Prerequisites

  • Python 3.9+
  • Virtual Environment (recommended)
  • Poetry (for dependency management)
pip install poetry

Installation

  1. Clone the repository:

    git clone <repository_url>
    cd hackathon
  2. Set up a virtual environment:

    poetry shell
  3. Install dependencies:

    make install
  4. Set up environment variables:

    • Create an API key from Groq Console.
    • Create an API key from AgentOps Console.
    • Create a .env file in the project root and add the following variables:
    GROQ_API_KEY=your_groq_api_key
    AGENTOPS_API_KEY=your_agentops_api_key
    FLASK_APP=hackathon.main
    FLASK_ENV=development

Usage

Running the Application

To run the Flask application, use the following command:

make run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages