Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitin-bommi/rdp
Techfest competition, IITB.
https://github.com/nitin-bommi/rdp
Last synced: 12 days ago
JSON representation
Techfest competition, IITB.
- Host: GitHub
- URL: https://github.com/nitin-bommi/rdp
- Owner: nitin-bommi
- Created: 2021-11-07T05:34:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T14:33:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T07:40:34.804Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 657 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDP
## Team ID - RD-218633
## Problem statement
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.
## Crawling websites
To run the code for crawling the websites, follow these steps:
Install a web driver for selenium to work.
For example: Download Google chrome driver according to the required OS. Extract the folder and mention the location of webdriver in the crawl.py file.```bash
cd scraping
python crawl.py
```## Running the Web Application
To run the web application, follow these steps:
```
npm i && npm i --prefix frontend
npm run dev```