timothytzkung commited on
Commit
e3aac38
·
verified ·
1 Parent(s): d84e52f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -18
README.md CHANGED
@@ -1,18 +1,8 @@
1
- # SFU IT Chatbot w/ Ollama
2
- This chatbot runs locally on your computer! Yay! This RAG Chatbot uses Gemma3-4b LLM and all-MiniLM-L6-v2 for vector embedding.
3
-
4
- To run the app, you need Ollama installed which can be found here: <br>
5
- https://ollama.com/download
6
-
7
- Then, you need to download Gemma3-4b from your terminal:<br>
8
- `ollama pull gemma3:4b`
9
-
10
- Now, first set up virtual environment:<br>
11
- `python3 -m venv venv`<br>
12
- `source venv/bin/activate`
13
-
14
- Then install requirements:<br>
15
- `pip install -r requirements.txt`
16
-
17
- Now run the app (Note: This uses about 3-4 GB of RAM):<br>
18
- `python app.py`
 
1
+ title: SFU IT Chatbot V2
2
+ emoji:
3
+ colorFrom: red
4
+ colorTo: pink
5
+ sdk: gradio
6
+ sdk_version: 6.0.1
7
+ app_file: app.py
8
+ pinned: false