VisioNovel transforms textual descriptions from novels into vivid visual scenes. Enhance your reading experience by seeing literature come to life!
-
Ensure you have Python 3.7+ installed on your macOS system.
-
Clone this repository
-
Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Install the application:
pip install -e .
-
Run the application
-
The app will start and minimize to the system tray.
-
Select any text on your macOS system. The app will automatically detect the selection, send it to the server, and display the received image in the app window.
-
A loading screen will appear while waiting for the server response.
To make changes to the app, modify the files in the src/
directory. After making changes, reinstall the app using pip install -e .
to update the installed version.