This is a Ollamalit.
-
Clone the repository:
git clone https://github.com/chungchihhan/ollamalit.git
-
Navigate to the project directory:
cd ollamalit
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Install the required packages using
pip
:pip install -r requirements.txt
-
(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.
- put you some pdf files you want to read in the folder named
-
Run the command in the terminal:
streamlit run hello.py