Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.23 KB

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