Ashraf commited on
Commit
336c428
Β·
verified Β·
1 Parent(s): e22d39f

Rename README.txt to README.md

Browse files
Files changed (1) hide show
  1. README.txt β†’ README.md +60 -49
README.txt β†’ README.md RENAMED
@@ -1,49 +1,60 @@
1
- # BioGPT Large Chatbot on Gradio
2
-
3
- This is an interface using Gradio to iteract with Microsofts BioGPT Large LLM. I wrote this to learn Gradio and wanted to share for πŸ’ͺ others.
4
-
5
- [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
-
7
- ---
8
-
9
- ## Table of Contents
10
-
11
- - [Installation](#installation)
12
- - [Usage](#usage)
13
- - [Acknowledgements](#acknowledgements)
14
-
15
- ---
16
-
17
- ## Installation
18
-
19
- This application is simple to install. You need python installed, pytorch, and an Nvidia GPU to use this interface. [Anaconda](https://www.anaconda.com/download) is a great distribution.
20
-
21
- I've found that using WSL and pip is now my favorite way to run these types of things.
22
-
23
-
24
- ```bash
25
- # Example:
26
- git clone https://github.com/RamboRogers/biogptlarge
27
- cd biogptlarge
28
- pip install -r requirements.txt
29
- ```
30
- ## Usage
31
-
32
- Just launch the application using python. You may want to activate conda.
33
-
34
- ```bash
35
- # Example:
36
- python app.py
37
- ```
38
-
39
- Open up your browser to [http://127.0.0.1:7860/](http://127.0.0.1:7860/) and start creating!
40
-
41
- *Note: This AI/ML/LLM is very picky on input. πŸ’£*
42
-
43
- ![usage](biogpt.png)
44
-
45
- ## Acknowledgements
46
-
47
- [Gradio](https://www.gradio.app/) is amazing, and so is [Huggingface](https://huggingface.co/)!
48
-
49
- [matthewrogers.org](https://matthewrogers.org)
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: BioGPT_Chat
3
+ emoji: πŸ”₯
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
+ # BioGPT Large Chatbot on Gradio
13
+
14
+ This is an interface using Gradio to iteract with Microsofts BioGPT Large LLM. I wrote this to learn Gradio and wanted to share for πŸ’ͺ others.
15
+
16
+ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
17
+
18
+ ---
19
+
20
+ ## Table of Contents
21
+
22
+ - [Installation](#installation)
23
+ - [Usage](#usage)
24
+ - [Acknowledgements](#acknowledgements)
25
+
26
+ ---
27
+
28
+ ## Installation
29
+
30
+ This application is simple to install. You need python installed, pytorch, and an Nvidia GPU to use this interface. [Anaconda](https://www.anaconda.com/download) is a great distribution.
31
+
32
+ I've found that using WSL and pip is now my favorite way to run these types of things.
33
+
34
+
35
+ ```bash
36
+ # Example:
37
+ git clone https://github.com/RamboRogers/biogptlarge
38
+ cd biogptlarge
39
+ pip install -r requirements.txt
40
+ ```
41
+ ## Usage
42
+
43
+ Just launch the application using python. You may want to activate conda.
44
+
45
+ ```bash
46
+ # Example:
47
+ python app.py
48
+ ```
49
+
50
+ Open up your browser to [http://127.0.0.1:7860/](http://127.0.0.1:7860/) and start creating!
51
+
52
+ *Note: This AI/ML/LLM is very picky on input. πŸ’£*
53
+
54
+ ![usage](biogpt.png)
55
+
56
+ ## Acknowledgements
57
+
58
+ [Gradio](https://www.gradio.app/) is amazing, and so is [Huggingface](https://huggingface.co/)!
59
+
60
+ [matthewrogers.org](https://matthewrogers.org)