1) Clone the repository by running the following command in Command Prompt or Anaconda prompt :-
git clone https://github.com/GundlaTrinath/NER-recognition
2) installing dependencies :-
pip install requirements.txt
NER-recognition\G UI\G UIAPP2.py
3) To execute in command Prompt:-
1) Click on "Upload(English)" button.
2) Wait until it shows "Extract completed".
3) Click on "Download Audio file(English)" and wait for sometime.
4) Audio will be saved as "extracted.wav" in the "GUI" Folder locally.
5) Now click on "Download Text file(English)"
6) Text will be saved as "Output(English).txt" in the "GUI" Folder locally.
7) Click on "Download MetaData" button
8) Metadata will be saved as "Entities.csv"
1) Click on "Upload(Hindi)" button.
2) Wait until it shows "Extract completed".
3) Click on "Download Audio file(Hindi)" and wait for sometime.
4) Audio will be saved as "extracted.wav" in the "GUI" Folder locally.
5) Now click on "Download Text file(Hindi)"
6) Text will be saved as "Output(Hindi).txt" in the "GUI" Folder locally.
--> "A&T Processing.IPYNB" jupyter notebook has code implemented for Video to audio , Audio to text and text to audio.
--> "Model2.IPYNB" jupyter notebook has code implemented for NER into cvs/xlsx file.