title: Aerospace Chatbots | |
emoji: π | |
colorFrom: gray | |
colorTo: blue | |
sdk: docker | |
pinned: false | |
app_port: 8501 | |
# aerospace_chatbot | |
Aerospace discipline-specific chatbots and AI tools. | |
Repository where this code runs from is here: https://github.com/dan-s-mueller/aerospace_chatbot, currently under the rag_study branch. | |
## Dependencies | |
Dependencies are managed with [poetry](https://python-poetry.org/). | |
* 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. | |