recover readme
Browse files
README.md
CHANGED
|
@@ -1,36 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
## Contributors
|
| 14 |
-
- Bhaskar Krishnamachari
|
| 15 |
-
- Jared Coleman
|
| 16 |
-
- Mingyu Zong
|
| 17 |
-
- Eason Qin
|
| 18 |
-
- Flora Jia
|
| 19 |
-
- Govind Thakur
|
| 20 |
-
- Lorena Yan
|
| 21 |
-
- Yixiao Li
|
| 22 |
-
|
| 23 |
-
## Overview
|
| 24 |
-
Objective: Create an AI Chatbot for research labs equipped to answer inquiries about lab history, members, research papers, projects, and more.
|
| 25 |
-
|
| 26 |
-
Motivation: Research lab websites (like anrg.usc.edu) are frequented by academics, recruiters, collaborators, students, and others seeking information about a lab, its members, and its research. Visitors often have questions like:
|
| 27 |
-
|
| 28 |
-
- Who works here?
|
| 29 |
-
- How long has [x] been doing research in [y] area?
|
| 30 |
-
- Who in the lab is currently working on [x]?
|
| 31 |
-
- Where does former member [x] work now?
|
| 32 |
-
- What are some recent publications by this lab in the area of [x]?
|
| 33 |
-
- What conferences does this lab usually publish to?
|
| 34 |
-
- What kind of undergraduate projects does this lab work on?
|
| 35 |
-
|
| 36 |
-
With the recent advancements in Large Language Models (LLMs), such as ChatGPT, we can develop a bot that provides immediate, direct answers to these and other questions. This initiative will enhance user experience and efficiency, allowing easier access to the lab's information.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Ask ANRG
|
| 3 |
+
emoji: 📈
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|