https://github.com/krishbharadwaj5678/wildpeek
Explore Wild Peek, where you can easily access detailed information about animals from around the world. Input any animal name and uncover fascinating characteristics, behavior, and habitat. Your ultimate source for animal knowledge!
https://github.com/krishbharadwaj5678/wildpeek
animals api deployment education educational-project encyclopedia facts github information lightweight nature python responsive-design streamlit streamlit-application streamlit-webapp vscode webapp wildlife
Last synced: about 2 months ago
JSON representation
Explore Wild Peek, where you can easily access detailed information about animals from around the world. Input any animal name and uncover fascinating characteristics, behavior, and habitat. Your ultimate source for animal knowledge!
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/wildpeek
- Owner: KrishBharadwaj5678
- Created: 2024-07-31T10:53:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T16:12:32.000Z (3 months ago)
- Last Synced: 2026-04-06T18:15:26.201Z (3 months ago)
- Topics: animals, api, deployment, education, educational-project, encyclopedia, facts, github, information, lightweight, nature, python, responsive-design, streamlit, streamlit-application, streamlit-webapp, vscode, webapp, wildlife
- Language: Python
- Homepage: https://wildpeek.streamlit.app/
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐾 Wild Peek
**Wild Peek** is your all in one animal encyclopedia. Just type an animal's name to uncover indepth facts from species classification to behaviors, habitat, and more.

## ✨ Features
| Feature | Description |
|--------|-------------|
| 🔎 **Search Any Animal** | Type the name and get rich data instantly |
| 📄 **Detailed Info** | Includes scientific name, appearance, behavior, diet, habitat, life span |
| 🌓 **Dark & Light Mode Toggle** | Switch easily between light and dark themes |
| 🌐 **Responsive Design** | Fully optimized for all screen sizes and devices |
---
## ⚙️ Tech Stack
| Technology | Purpose |
|------------|---------|
| 🐍 **Python** | Core programming language for backend logic |
| 🚀 **Streamlit** | Framework to build interactive web apps with Python |
| 🌐 **APIs** | Used to fetch real-time animal data |
---
## 🛠️ Installation Steps
### 1. Clone the Repository
```bash
git clone https://github.com/KrishBharadwaj5678/WildPeek.git
cd WildPeek
````
### 2. Install the Required Dependencies
```bash
pip install -r requirements.txt
```
### 3. Run the Streamlit App
```bash
streamlit run app.py
```
---
## Contributing 🤝
Want to contribute? Here's how:
1. 🍴 Fork the repository.
2. 🌿 Create a new branch (`git checkout -b feature-name`).
3. ✍️ Make your changes and commit them (`git commit -am 'Add feature-name'`).
4. 🚀 Push to your branch (`git push origin feature-name`).
5. 🔄 Submit a pull request to merge into the main branch.