Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finsberg/dolfinx-chatbot

Experimental project to build a chatbot that is trained on the dolfinx-tutorial and uses that information to answers questions.
https://github.com/finsberg/dolfinx-chatbot

Last synced: 3 days ago
JSON representation

Experimental project to build a chatbot that is trained on the dolfinx-tutorial and uses that information to answers questions.

Awesome Lists containing this project

README

        

# dolfinx chatbot

Experimental project to build a chatbot that is trained on the dolfinx-tutorial and uses that information to answers questions.

To start install the dependencies
```
python3 -m pip install -r requirements.txt
```
and clone the dolfinx-tutorial

```
git clone https://github.com/jorgensd/dolfinx-tutorial.git
```

Run with
```
streamlit run main.py
```

Highly inspired by https://github.com/tonykipkemboi/streamlit_pycon24_tutorial