Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```