Skip to content

kadatatlukishore/Best-Universities-to-Study-Abroad-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Universities to Study Abroad in 2021

Data Scraped from:

Demo:

Link: https://bestuniversitiesanalysis.herokuapp.com/ Alt Text

Steps involved :

  1. Data collection
  2. Data Preparation
  3. WebApp for visualization - app.py

Directory Tree

├── Data Collection 
|     ├── UniversityDataExtraction(filename:tableextractor.py) - Web Scraping
|     ├── GDPData2020(filename:GDPdata2020.py) - Web Scraping
├── Data preparation 
├── Data
|     ├── UniversityData
|     ├── Data related to countries
├── app.py
├── requirements.txt
├── setup.sh
|__ Procfile

Setup Instructions:

The Code is written in Python 3.8. If you don't have Python installed you can find it here.

git clone https://github.com/kadatatlukishore/Best-Universities-to-Study-Abroad-2021.git
cd Best-Universities-to-Study-Abroad-2021
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 app.py

Technologies Used:

  • If you find any problems in the site, kindly reach us