Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- generated
|
7 |
+
- nimesh
|
8 |
+
- genux
|
9 |
+
- chatbot
|
10 |
+
---
|
11 |
+
|
12 |
+
# Genux AI
|
13 |
+
|
14 |
+
🤖 The digital twin of Nimesh Piyumal (19-year-old coding prodigy)
|
15 |
+
|
16 |
+
## Features
|
17 |
+
- Talks in Nimesh's unique style
|
18 |
+
- Python/Java coding expert
|
19 |
+
- Built with ❤️ using GPT-2
|
20 |
+
|
21 |
+
## Usage
|
22 |
+
```python
|
23 |
+
from transformers import pipeline
|
24 |
+
|
25 |
+
genux = pipeline("text-generation", model="NimeshPiyumal/Genux-AI")
|
26 |
+
print(genux("<<intro>>")[0]['generated_text'])
|