Google Scholar App

Watch the tutorial video

How to build a Google Scholar App | Streamlit #30

How to build a Google Scholar App | Streamlit #30

Demo

Launch the web app:

Streamlit App

Reproducing this web app

To recreate this web app on your own computer, do the following.

Create conda environment (Optional)

Firstly, we will create a conda environment called scholar

conda create -n scholar python=3.7.9

Secondly, we will login to the scholar environment

conda activate scholar

Download GitHub repo

git clone https://github.com/dataprofessor/scholar

Pip install libraries

pip install -r requirements.txt

Launch the app

streamlit run app.py

GitHub

View Github