- This project utilizes GPT-2 which has 128 million parameters to generate interesting stories and summaries for the user.
- It supports English Inputs only
- It can export or clipboard the generated story or temporarily store it for later reference.
- Ui has been made in PySide6 which is supported in Windows, Linux, Mac OS.
- CPU: 4 core
- RAM: 4GB
- Storage: SSD
- CPU: 6 core
- RAM: 8GB
- Storage: SSD
! The project supports Windows 11 in Win Family
! The project supports Linux with x11 display manager in Wayland the window is not movable
- Install Python in your pc
- Additionally if you are using Windows OS then also install GTK Runtime for Windows
- Download the Project and "
pip install -r requirements.txt
" - Run the
intialize.py
file - Inside the project folder execute
pip install -e .