Develop a tool that can autonomously identify faculty & researchers in a given area of research. The tool must also generate their profiles using the provided template. Teams are encouraged to design a comprehensive approach that includes scanning from academic institutions and other websites, integration with open-source repositories like google scholar, google patent, semantic scholar, and interfacing with relevant service providers.
Participating teams must develop a tool which can scout for faculty members or researchers active in a given research area. The participating teams must analyse potential techniques to crawl online to identify and compile profiles of all such matches.
No ready dataset will be made available. Teams can use sample research themes and public domain information to develop, validate, and demonstrate the solution.
-
Download a python code editor (VSCode)
-
Open the folder (RD-215318_RDP (shared with you)) in the python editor
-
Install all the modules required from requirement.txt file (run: pip install -r requirements.txt )
Flask==1.1.2
beautifulsoup4==4.9.3
requests==2.25.1
flask_session
Pandas
googlesearch-python==1.0.1
Spacy
Google
-
Run the app.py python file (cmd: python app.py)
-
Open web Brower and run on http://127.0.0.1:5000/
-
We have also hosted the website on http://tata-rdp.herokuapp.com/ (For efficiency it is recommended to run on localhost to avoid some error)
https://www.icloud.com/iclouddrive/088DMDoPRESa9hQGNmArXXGjQ#RD-215318_Demo_Video