|
--- |
|
title: Aerospace Chatbots |
|
emoji: π |
|
colorFrom: gray |
|
colorTo: blue |
|
sdk: docker |
|
pinned: false |
|
app_port: 8501 |
|
--- |
|
|
|
# aerospace_chatbot |
|
Aerospace discipline-specific chatbots and AI tools. |
|
|
|
## Dependencies |
|
Dependencies are managed with [poetry](https://python-poetry.org/). Detailed install instructions are located [here](https://www.evernote.com/shard/s84/sh/f37de730-ce37-cd28-789c-86c3dc024a7c/90VLNref38KARua10p4am7IZkwsOxo93fXuBNqba-HpeIkMqGpRZrRkmjw) |
|
* Once poetry is installed, run the following to install all dependencies: <code>poetry install</code> |
|
* poetry.lock and pyproject.toml are committed to this directory and are the working dependencies. |
|
|