Random Graphs This is random graph api in which show random graphs based on random data. Running Commands python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt python3 app.py Your app is running well.