Usage Instructions
Follow these steps to set up and use the Meeting Report Generator.
Prerequisites
- Docker: Ensure Docker is installed for containerized deployment.
Setting Up Locally
- Clone the repository:
git clone https://github.com/zapjur/meeting-report-generator.git cd meeting-report-generator - Create a
.envfile in the root directory with the following environment variables:GROQ_API_KEY=YOUR_API_KEY HF_TOKEN=YOUR_API_KEY OPENAI_API_KEY=YOUR_API_KEY EMAIL_PASSWORD="YOUR_API_KEY" - Start services using docker-compose:
docker-compose up --build -d - Access the web interface at
http://localhost:3000.