Skip to main content

Week 3

Milestones

  • Setup the environment and make a plan for building API for synthetic modelling pipeline.
  • Build POST data endpoint for generation from GPT and commit to HuggingFace.
  • Fix blocking api calls issues by processing the requests async.
  • Integrate fcoref to AI-Tools.

Contributions

  • Commit: Finished scalable POST data end point.
  • PR: fcoref to AI-Tools.

Learnings

  • Read documentations of:
    • FastAPI
    • Hugging Face Library
  • Learnt about task queue management softwares and specifically how to work with Celery.