Skip to content

A frontend using Streamlit for users to interact with your Ollama models.

Notifications You must be signed in to change notification settings

chungchihhan/ollamalit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollamalit

This is a Ollamalit.

Cloning

  1. Clone the repository:

    git clone https://github.com/chungchihhan/ollamalit.git
  2. Navigate to the project directory:

    cd ollamalit

Virtual Environment

  1. Create a virtual environment:

    python3 -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate

Installation

  1. Install the required packages using pip:

    pip install -r requirements.txt

Start the application

  1. (Optional)Prepare your data:

    • put you some pdf files you want to read in the folder named rag-files
    • put gguf files that you have downloaded in the folder named gguf-files, you can dowmload gguf files from huggingface.
  2. Run the command in the terminal:

    streamlit run hello.py

About

A frontend using Streamlit for users to interact with your Ollama models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages