Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ram1103/python-adv
Python with API, Visualization like Streamlit and build webapps with python!
https://github.com/ram1103/python-adv
python streamlit streamlit-webapp webapp
Last synced: about 2 months ago
JSON representation
Python with API, Visualization like Streamlit and build webapps with python!
- Host: GitHub
- URL: https://github.com/ram1103/python-adv
- Owner: Ram1103
- Created: 2023-05-15T14:18:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T16:09:35.000Z (over 1 year ago)
- Last Synced: 2024-11-06T21:45:25.633Z (3 months ago)
- Topics: python, streamlit, streamlit-webapp, webapp
- Language: Python
- Homepage: https://python-multiapp.streamlit.app/
- Size: 5.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python + Streamlit Webapps
## Overview
This Python-based project consists of multiple web applications built using Streamlit. Each web app serves a unique purpose, allowing users to access and interact with various data and information.
![Alt text](https://github.com/Ram1103/Python-ADV/blob/main/Screenshots/image-1.png)
### Web Apps
1. **Stock of Google**
- Description: This web app provides real-time stock price information for Google. Users can track the stock's performance over time and analyze historical data.![Alt text](https://github.com/Ram1103/Python-ADV/blob/main/Screenshots/image.png)
2. **DNA**
- Description: The DNA web app offers tools for DNA sequence analysis. Users can input DNA sequences, perform tasks like sequence alignment, and visualize results.![Alt text](https://github.com/Ram1103/Python-ADV/blob/main/Screenshots/image-2.png)
3. **NBA**
- Description: Users can explore NBA statistics, including player profiles, team information, and game stats. The app provides insights into the current NBA season and historical data.![Alt text](https://github.com/Ram1103/Python-ADV/blob/main/Screenshots/image-3.png)
4. **NFL**
- Description: Similar to the NBA app, this web app offers NFL statistics, including player profiles, team details, and game data. Users can access information about the current NFL season and historical records.![Alt text](https://github.com/Ram1103/Python-ADV/blob/main/Screenshots/image-4.png)
### Access the Web Apps
You can access all the web apps by visiting the following link: [Python + Streamlit Webapps](https://python-multiapp.streamlit.app/)
## Usage
1. Visit the provided link to access the web apps.
2. Navigate through the different web apps by selecting the desired option from the menu on the left side of the web page.
3. Interact with each app's user interface to explore and analyze the relevant data or information.
## Dependencies
The project relies on the following Python libraries and tools:
- [Streamlit](https://streamlit.io/): Used for creating the web application interface.
- Additional Python libraries specific to each app, such as Pandas, Plotly, and data analysis libraries.