We'll build a Medical Diagnoze web app for doctor or medical workers.
- 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
- Install pipenv and pyenv in your device.
- Download python 3.10++ (optional with pyenv
pyenv install 3.10 && pyenv global 3.10
) - Run
pipenv install
to install all dependencies. - Run
pipenv shell
to activate environment shell. - Run
python main.py
to test web application.