# Artificial Intelligence Tools The following applications have been developed and deployed to the HPC to enable researchers to better interface with artificial intelligence (AI). We serve two kinds of applications: chatbot-style application which allow users to engage with AI in an open-ended fashion, and purpose-built research applications which take in data in a certain format, conduct some task or analysis, and output the results. ```{attention} You must have an HPC account to access this applications. Please visit the [Account Request](../../access/10-account-request.md) page if you do not already have one. ``` ```{gallery-grid} --- grid-columns: 1 --- - header: "{fas}`book` Ollama and OpenWebUI" content: "Learn to use open-source models on the Cluster using the OpenWebUI interface." link: "ollama-owui.html" - header: "{fas}`book` Ollama and Jupyter" content: "Employ AI in a Jupyter notebook to allow for advanced text and image processing" link: "ollama-jupyter.html" - header: "{fas}`book` Research Application: Optical Character Recognition" content: "Convert images to text for your research projects." link: "ra-ocr.html" - header: "{fas}`book` Research Application: Automated Speech Recognition" content: "Convert audio to text for your research projects." link: "ra-asr.html" - header: "{fas}`book` Research Application: Text Search" content: "Search through a large corpus of documents quickly." link: "30-tmux.html" ```