This repo is an implementation of a locally hosted webapp specifically focused on creating the chat interface using FastAPI.
- Create virtual environment and install necessary dependencies,
- Using anaconda:
conda env create -f environment.yml
- Using pip:
pip install -r requirements.txt
- Using anaconda:
- Run
python main.py
to start the web app (for all OS: Windows, Mac or Linux). - Or, alternatively if you are using Mac/Linux, run the app:
make start
- Open localhost:8000 in your browser.