Skip to content

dataprofessor/google-scholar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages