Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Chat with Swami - Alpha
|
3 |
emoji: 🕉️
|
@@ -8,6 +25,4 @@ sdk_version: 3.40.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: cc-by-nc-4.0
|
11 |
-
---
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
# Chat With Swami
|
2 |
+
|
3 |
+
An offering by Students of Sri Sathya Sai Institute of Higher Learning, Muddenahalli Campus.
|
4 |
+
As part of Deep Learning Workshop, Deep Learning Lab(302-P) and Natural Language Processing Lab(303-P).
|
5 |
+
|
6 |
+
Guided and supported by by PVSS Prakash.
|
7 |
+
|
8 |
+
## Usage
|
9 |
+
Clone this repository and install the `requirements.txt` and run the `app.py` file with a valid OpenAI key (3.5 and above).
|
10 |
+
|
11 |
+
## Citation for Usage
|
12 |
+
If you use our work, please cite us using:
|
13 |
+
|
14 |
+
@misc{sssihl-sai-chat-2023,
|
15 |
+
title = {Chat With Swami},
|
16 |
+
url = {https://huggingface.co/spaces/callmesan/sai-bot-alpha}
|
17 |
+
}
|
18 |
---
|
19 |
title: Chat with Swami - Alpha
|
20 |
emoji: 🕉️
|
|
|
25 |
app_file: app.py
|
26 |
pinned: false
|
27 |
license: cc-by-nc-4.0
|
28 |
+
---
|
|
|
|