jigargajjar55 / Audio-Speech-To-Sign-Language-Converter

A web based application which accepts Audio speech or Text as input and converts it to corresponding Indian Sign Language for impaired of speaking or impaired of hearing and deaf people.
MIT License
87 stars 36 forks source link

Fixed LookupError at animation #2

Closed RanjeetKumbhar01 closed 9 months ago

RanjeetKumbhar01 commented 11 months ago

Pull Request Template

Description

Please check branch named: ranjeet The code encountered a LookupError related to the NLTK library while running, specifically involving modules such as "averaged_perceptron_tagger," "wordnet," and "omw-1.4." To address this issue and ensure the project runs smoothly, I have made the following changes:

Changes I Made

  1. Added an nltk_dir variable to settings.py to specify the directory where NLTK data is located.
  2. Included the necessary NLTK modules in the project settings to resolve the LookupError.

Context

The LookupError was occurring when the code attempted to access NLTK modules that were not properly configured. By adding the nltk_dir variable and specifying the required modules, I have successfully resolved this issue. Now the project is running without any problems.

Please review these changes and merge them into the main branch if they meet the project's requirements. If you have any questions or need further clarification, feel free to ask.

RanjeetKumbhar01 commented 9 months ago

Thanks, @jigargajjar55 , for taking the time to review my changes and for merging my pull request. I'm excited to see them live in the main branch!