A video-chat application created completely using python. This is not a normal video-chat application it has been built keeping disabled people in mind. This application has Sign language detection integrated into it.
Currently the application works only on the windows OS with support from windows 7 onwards
- Clone the project
git clone https://github.com/stuff-makers/Polinyx.git
- Install Required Packages
pip install -r requirements.txt
- Install pyaudio
pip install pyaudio
or
pipwin install pyaudio
- Build required executables
pyinstaller --onefile -w --icon=assets/polinyx.ico network/video_server.py
pyinstaller --onefile -w --icon=assets/polinyx.ico network/audio_server.py
You can delete the .spec files and the build folder.
- Run Polinyx.py
python Polinyx.py
or
- Build Executable
pyinstaller -w --collect-all="sklearn" --collect-all="mediapipe" --icon=assets/polinyx.ico Polinyx.py
Copy the UserData, Network, dist and assets folder into the Polinyx folder created in dist. Create a shortcut to the executable or directly run from dist.
Link to installer
https://github.com/stuff-makers/Polinyx/releases