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
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
- 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