Skip to content

Commit 6a9d721

Browse files
...
1 parent d7b95ce commit 6a9d721

1 file changed

Lines changed: 41 additions & 93 deletions

File tree

README.md

Lines changed: 41 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/X-@NorowaretaGemu-blue.svg?style=flat)](https://x.com/NorowaretaGemu)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

4-
<br>
54
<div align="center">
65
<a href="https://ko-fi.com/cursedentertainment">
76
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi" style="width: 20%;"/>
87
</a>
98
</div>
10-
<br>
11-
129
<div align="center">
1310
<img alt="Python" src="https://img.shields.io/badge/python%20-%23323330.svg?&style=for-the-badge&logo=python&logoColor=white"/>
1411
</div>
15-
1612
<div align="center">
1713
<img alt="TensorFlow" src="https://img.shields.io/badge/tensorflow%20-%23323330.svg?&style=for-the-badge&logo=tensorflow&logoColor=white"/>
1814
<img alt="Flask" src="https://img.shields.io/badge/flask%20-%23323330.svg?&style=for-the-badge&logo=flask&logoColor=white"/>
@@ -26,13 +22,31 @@
2622
alt="CursedGPT">
2723
</a>
2824
</div>
29-
<br>
25+
26+
---
3027

3128
```bash
3229
"you suck, but you're not going to do anything about it."
3330
```
31+
32+
---
33+
34+
## 📖 Overview
35+
36+
<details>
37+
<summary><b>Overview</b></summary>
38+
3439
CursedGPT leverages the Hugging Face Transformers library to interact with a pre-trained GPT-2 model. It employs TensorFlow for model management and AutoTokenizer for efficient tokenization. The script enables users to input prompts interactively, generating text responses from the GPT-2 model. To improve the user experience, unnecessary warning messages related to the transformers library are effectively suppressed.
3540

41+
</details>
42+
43+
---
44+
45+
## Scripts
46+
47+
<details>
48+
<summary><b>Scripts</b></summary>
49+
3650
## Scripts:
3751

3852
- **main.py:** The selection menu for CursedGPT
@@ -55,9 +69,16 @@ CursedGPT leverages the Hugging Face Transformers library to interact with a pre
5569
- **capture_photo.py:** Capture photo with a webcam
5670
- **play_audio.py:** Play generated audio
5771

72+
</details>
73+
74+
---
75+
5876
## How to Run:
5977

60-
### Environment Setup/Install Dependencies
78+
### Environment Setup
79+
80+
<details>
81+
<summary><b>Environment Setup</b></summary>
6182

6283
```bash
6384
python3 -m venv venv
@@ -68,6 +89,9 @@ pip install -r requirements.txt
6889
```bash
6990
pip install torch torchvision torchaudio
7091
```
92+
93+
</details>
94+
7195
### Run main.py for terminal interactivity
7296

7397
```bash
@@ -79,106 +103,26 @@ python main.py
79103
python app.py
80104
```
81105

82-
## Requirements:
83-
84-
```bash
85-
Package Version
86-
------------------------ ----------
87-
absl-py 2.4.0
88-
astunparse 1.6.3
89-
beautifulsoup4 4.10.0
90-
blinker 1.9.0
91-
certifi 2026.2.25
92-
charset-normalizer 3.4.7
93-
click 8.1.8
94-
filelock 3.25.2
95-
Flask 3.0.0
96-
flatbuffers 25.12.19
97-
fsspec 2026.3.0
98-
gast 0.7.0
99-
google-pasta 0.2.0
100-
grpcio 1.80.0
101-
gTTS 2.5.0
102-
h5py 3.14.0
103-
hf-xet 1.4.3
104-
huggingface_hub 0.36.2
105-
idna 3.11
106-
itsdangerous 2.2.0
107-
Jinja2 3.1.6
108-
keras 3.14.0
109-
libclang 18.1.1
110-
markdown-it-py 4.0.0
111-
MarkupSafe 3.0.3
112-
mdurl 0.1.2
113-
ml_dtypes 0.5.4
114-
mpmath 1.3.0
115-
namex 0.1.0
116-
networkx 3.6.1
117-
numpy 2.4.4
118-
nvidia-cublas-cu12 12.1.3.1
119-
nvidia-cuda-cupti-cu12 12.1.105
120-
nvidia-cuda-nvrtc-cu12 12.1.105
121-
nvidia-cuda-runtime-cu12 12.1.105
122-
nvidia-cudnn-cu12 8.9.2.26
123-
nvidia-cufft-cu12 11.0.2.54
124-
nvidia-curand-cu12 10.3.2.106
125-
nvidia-cusolver-cu12 11.4.5.107
126-
nvidia-cusparse-cu12 12.1.0.106
127-
nvidia-nccl-cu12 2.20.5
128-
nvidia-nvjitlink-cu12 12.9.86
129-
nvidia-nvtx-cu12 12.1.105
130-
opt_einsum 3.4.0
131-
optree 0.19.0
132-
packaging 26.0
133-
pillow 12.2.0
134-
pip 24.0
135-
protobuf 7.34.1
136-
PyAudio 0.2.14
137-
pydub 0.25.1
138-
pygame 2.5.2
139-
Pygments 2.20.0
140-
pyttsx3 2.99
141-
PyYAML 6.0.3
142-
regex 2026.3.32
143-
requests 2.33.1
144-
rich 14.3.3
145-
safetensors 0.7.0
146-
setuptools 82.0.1
147-
six 1.17.0
148-
soupsieve 2.8.3
149-
SpeechRecognition 3.10.1
150-
sympy 1.14.0
151-
tensorflow 2.21.0
152-
termcolor 3.3.0
153-
tf_keras 2.21.0
154-
tokenizers 0.15.2
155-
torch 2.3.1
156-
torchaudio 2.3.1
157-
torchvision 0.18.1
158-
tqdm 4.67.3
159-
transformers 4.37.1
160-
typing_extensions 4.15.0
161-
urllib3 2.6.3
162-
Werkzeug 3.1.8
163-
wheel 0.46.3
164-
wrapt 2.1.2
165-
```
166-
167-
<br>
106+
---
168107

169108
<div align="center">
170109
<a href="https://synthwomb-synthia.onrender.com/" target="_blank">
171110
<img src="https://github.com/SynthWomb/Synthia/raw/main/demo_images/synthia00-cover.png"
172111
alt="SynthiaGPT">
173112
</a>
174113
</div>
175-
<br>
114+
115+
---
116+
117+
## Related Projects
176118

177119
- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)
178120
- [Gender-Age-ID Repository](https://github.com/CursedPrograms/Gender-Age-ID)
179121
- [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face)
180122
- [Image-Generator Repository](https://github.com/CursedPrograms/Image-Generator)
181123

124+
---
125+
182126
<br>
183127
<div align="center">
184128
<a href="https://github.com/SynthWomb" target="_blank" align="center">
@@ -188,6 +132,10 @@ wrapt 2.1.2
188132
</div>
189133
<br>
190134
<div align="center">
135+
© Cursed Entertainment 2026
136+
</div>
137+
<br>
138+
<div align="center">
191139
<a href="https://cursed-entertainment.itch.io/" target="_blank">
192140
<img src="https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png"
193141
alt="CursedEntertainment Logo" style="width:250px;">

0 commit comments

Comments
 (0)