Sijuade commited on
Commit
84f8453
1 Parent(s): a75aa44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -8,6 +8,24 @@ sdk_version: 4.2.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ author: Sanjana Tule + Sijuade Oguntayo
12
  ---
13
 
14
+ # GPT Explorer Gradio App
15
+
16
+ ## Introduction
17
+ GPT Explorer is an interactive Gradio app that allows users to experience the power of a GPT-based language model. It provides an intuitive interface for generating text based on user inputs like context prompts, temperature, maximum token length, and top-k random sampling.
18
+
19
+ ## Features
20
+ - **Custom Prompt Input**: Enter any text to set the context for the AI's response.
21
+ - **Temperature Setting**: Adjust creativity level for varied output.
22
+ - **Max Tokens**: Define the length of the AI-generated text.
23
+ - **Top-K Sampling**: Control the randomness of the output.
24
+
25
+ ## Installation
26
+ To run GPT Explorer locally, you will need to install the required dependencies.
27
+
28
+ ```bash
29
+ git clone https://github.com/Delve-ERAV1/S22.git
30
+ cd gpt-explorer
31
+ pip install -r requirements.txt