Skip to content

Instantly share code, notes, and snippets.

View Creflobarak's full-sized avatar
💭
Learning

Creflo Creflobarak

💭
Learning
  • Cognifuse
  • Nairobi
  • 16:33 (UTC +03:00)
View GitHub Profile
@hamelsmu
hamelsmu / webhook-circleback.py
Created April 25, 2024 04:59
Generate a project proposal automatically from a meeting transcript
from fastapi import Request, HTTPException
from pydantic import BaseModel, BaseModel, HttpUrl
from modal import Secret, App, web_endpoint, Image
from typing import Optional, List
from example import proposal
import os
app = App(name="circleback", image=Image.debian_slim().pip_install("openai", "pydantic", "fastapi"))
class Attendee(BaseModel):