Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasFischer1985 authored Jul 9, 2024
1 parent 5c0dfad commit ad30e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Small code snippets in different languages (mostly R, Python, Bash, PHP & HTML/J
## [Python section](https://github.com/AndreasFischer1985/code-snippets/tree/master/py)

The py-Files contain
- examples of [how to generate graphs and subgraphs using the networkx library](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/networkx_KnolwedgeGraphs%26Subgraphs.py) or [how to build knowledge graphs from data on BERUFENET](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/BERUFENET_KnowledgeGraphExample.py)
- examples of gradio [interfaces to Large Language Models (LLMs)](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/AI_Gradio_Interface.py), and to [LLMs with Retrieval-Augmented Generation on premises](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/AI_Gradio_Interface_RAG.py).
- working examples of basic AI applications (e.g. a free & open-source [document-based Q&A-bot](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/document-based_Q%26A_AI.py) or several [LangChain-Applications](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/LangChain_HuggingFace_examples.py) based on large language models from huggingface.co) and
- code to interact with smart home devices (e.g., [switching a Link2Home-socket on/off via WiFi](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/wifi_switching_Link2HomeSocket.py) or [reading BLE advertisements of Xiaomi Mi sensors](https://github.com/AndreasFischer1985/code-snippets/blob/master/py/bluetooth_scanning_ATC_MiThermometer.py))
Expand Down

0 comments on commit ad30e11

Please sign in to comment.