An offline AI assistant that allows users to enter a question and receive a generated response through a graphical user interface (GUI). The application uses Java Swing for the GUI and Ollama to run language models locally without requiring an internet connection.
-
Download the
Offline AI Assistant.jarfile and Ollama (https://ollama.com/download). -
Download the llama3.1 model by typing the following command in the command prompt/terminal:
ollama run llama3.1
- Then navigate to the directroy where the .jar file is downloaded, and type the command:
java -jar "Offline AI Assistant".jar
(Number of 1st semester team members: 4)
- Andrew Ni
- Daniel Uchechukwu-Moses
- Jonathan LIn
- Tracee Miasco