Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkethridge/sdt_project
Software Development Tools Project from TripleTen
https://github.com/lkethridge/sdt_project
anaconda-distribution command-line development-environment file-io intermediate-python jupyter-notebook web-api web-application
Last synced: 19 days ago
JSON representation
Software Development Tools Project from TripleTen
- Host: GitHub
- URL: https://github.com/lkethridge/sdt_project
- Owner: LKEthridge
- License: cc0-1.0
- Created: 2024-05-10T01:29:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T20:17:11.000Z (about 1 month ago)
- Last Synced: 2025-01-18T21:18:37.955Z (about 1 month ago)
- Topics: anaconda-distribution, command-line, development-environment, file-io, intermediate-python, jupyter-notebook, web-api, web-application
- Language: Jupyter Notebook
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDT_Project
## *This was a Software Development Tools project for TripleTen. π©π½βπ»*
This project visualizes car advertisement data from one data set containing information on over 50k cars available for sale. It includes interactive visuals for exploring the number of vehicle types by make, condition vs model year, comparing the price distribution between two makes, the average cost by make, the price distribution by make for all makes, average cost by model year, and cost by condition.
## Skills Highlighted
π©π½βπ» Command line
πͺ Jupyter Notebook
πΈοΈ Web API
ποΈ Web Application Building
π©π½βπ» Development Environment
π Anaconda Distribution
π File-IO
π Intermediate Python
## Installation & Usage
* This project uses pandas, streamlit, plotly-express, and matplotlib. It requires python 3.11.
* To run the project on your local machine:
```streamlit run app.py```
* To view it online: [Click Here](https://sdt-project-ml90.onrender.com/)