/genaiapac-poc

PoC for GenAI Hackathon APAC Edition

Primary LanguagePython

PoC for GenAI Hackathon

We'll build a Medical Diagnoze web app for doctor or medical workers.

Requirements

  1. python 3.10 (pyenv for python version management)
  2. pipenv

Use Cases

  • Serve simple API to convert speech to text
  • Serve simple API to inference text to SEA LLM
  • Serve simple API to inference text to Gemiini Pro LLM
  • Dynamic LLM Model through environment variable

How to start

  1. Install pipenv and pyenv in your device.
  2. Download python 3.10++ (optional with pyenv pyenv install 3.10 && pyenv global 3.10)
  3. Run pipenv install to install all dependencies.
  4. Run pipenv shell to activate environment shell.
  5. Run python main.py to test web application.