Skip to content

An open source video chatting application made specially for the hearing and speech impaired

Notifications You must be signed in to change notification settings

stuff-makers/Polinyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polinyx

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

Run application

  1. Clone the project
git clone https:/stuff-makers/Polinyx.git
  1. Install Required Packages
pip install -r requirements.txt
  1. Install pyaudio
pip install pyaudio

or

pipwin install pyaudio
  1. 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.

  1. Run Polinyx.py
python Polinyx.py

or

  1. 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:/stuff-makers/Polinyx/releases

About

An open source video chatting application made specially for the hearing and speech impaired

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages