Spaces:
Sleeping
Sleeping
Upload PromptVerse_README.md
Browse files- PromptVerse_README.md +47 -0
PromptVerse_README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π PromptVerse
|
| 2 |
+
|
| 3 |
+
**PromptVerse** is a minimal yet powerful chatbot interface powered by a Hugging Face language model. It provides real-time, conversational interactions using natural language input.
|
| 4 |
+
|
| 5 |
+
## π Features
|
| 6 |
+
|
| 7 |
+
- Clean chat UI
|
| 8 |
+
- Input via Enter key or Submit button
|
| 9 |
+
- History-based conversation
|
| 10 |
+
- Powered by Hugging Face's Transformers
|
| 11 |
+
|
| 12 |
+
## π οΈ Setup
|
| 13 |
+
|
| 14 |
+
1. **Clone or download the repo**
|
| 15 |
+
2. **Install dependencies**
|
| 16 |
+
```bash
|
| 17 |
+
pip install -r requirements.txt
|
| 18 |
+
```
|
| 19 |
+
3. **Run the app**
|
| 20 |
+
```bash
|
| 21 |
+
python app.py
|
| 22 |
+
```
|
| 23 |
+
4. Open your browser at [http://localhost:7860](http://localhost:7860)
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## πΈ Preview
|
| 28 |
+
|
| 29 |
+
> PromptVerse runs a chatbot powered by generative AI with a simple and elegant interface.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## π§ Customize It
|
| 34 |
+
|
| 35 |
+
- Replace the model in `pipeline()` with any Hugging Face-supported model
|
| 36 |
+
- Add your own logic or constraints
|
| 37 |
+
- Host with Gradio, Hugging Face Spaces, Streamlit, or Docker
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## π License
|
| 42 |
+
|
| 43 |
+
MIT License
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
Enjoy chatting with **PromptVerse** β¨
|