Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
A Retrieval-Augmented Generation (RAG) based chatbot with excellent Norwegian language support, built using Hugging Face's Inference API.
|
4 |
|
@@ -47,7 +47,7 @@ export HF_API_KEY="your_api_key_here"
|
|
47 |
### Running the Chatbot
|
48 |
|
49 |
```bash
|
50 |
-
python
|
51 |
```
|
52 |
|
53 |
The chatbot will be available at http://localhost:7860
|
@@ -103,19 +103,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
103 |
|
104 |
- [Hugging Face](https://huggingface.co/) for hosting the models and providing the Inference API
|
105 |
- [Gradio](https://gradio.app/) for the web interface framework
|
106 |
-
- The creators of the Norwegian language models used in this project
|
107 |
-
|
108 |
-
---
|
109 |
-
|
110 |
-
name: {{norwegian-rag-chatbot}}
|
111 |
-
title: {{Norwegian RAG Chatbot}}
|
112 |
-
emoji: {{🇳🇴}}
|
113 |
-
colorFrom: {{blue}}
|
114 |
-
colorTo: {{red}}
|
115 |
-
sdk: {{gradio}}
|
116 |
-
sdk_version: {{4.0.0}}
|
117 |
-
app_file: {{src/main.py}}
|
118 |
-
pinned: false
|
119 |
-
license: mit
|
120 |
-
|
121 |
-
---
|
|
|
1 |
+
# Iver
|
2 |
|
3 |
A Retrieval-Augmented Generation (RAG) based chatbot with excellent Norwegian language support, built using Hugging Face's Inference API.
|
4 |
|
|
|
47 |
### Running the Chatbot
|
48 |
|
49 |
```bash
|
50 |
+
python app.py
|
51 |
```
|
52 |
|
53 |
The chatbot will be available at http://localhost:7860
|
|
|
103 |
|
104 |
- [Hugging Face](https://huggingface.co/) for hosting the models and providing the Inference API
|
105 |
- [Gradio](https://gradio.app/) for the web interface framework
|
106 |
+
- The creators of the Norwegian language models used in this project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|