Skip to content

Luxor5k/Penguin-API-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penguins (Mid-Project BDMLPT1021) 🐧

The function of this api is to study penguins that live in "Palmer Archipelago" like this:

You can search different penguins by their ID, getting your statistics / name / island and other data. Also has the possibility to show graphics with some data of penguins of the islands

Getting Started

Requirements:

Uvicorn run:

  uvicorn api.main:app 

This command is to run the API in our computer

Streamlit run:

  streamlit run main.py

This command is to run the dashboard in our computer

Roadmap

  • Obtain data about a penguin by their ID (Name, stats, island)
  • Show differents average stats
  • Compare
    • A penguin to another
    • A penguin to average data
  • Show the location of islands in a map
  • Add data through the page
  • Export to PDF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages