Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/finsberg/dolfinx-chatbot
- Owner: finsberg
- License: mit
- Created: 2024-08-21T07:02:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T07:07:58.000Z (3 months ago)
- Last Synced: 2024-08-21T08:29:13.114Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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