redxican commited on
Commit
4e9de34
·
verified ·
1 Parent(s): a306427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -13
README.md CHANGED
@@ -1,19 +1,75 @@
1
  ---
2
- title: TurboAirViewer
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Streamlit template space
 
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Turbo Air Equipment Viewer
3
+ emoji: ❄️
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: 1.28.1
8
+ app_file: app.py
 
9
  pinned: false
10
+ license: apache-2.0
11
+ short_description: Professional Equipment Specification Database for Turbo Air
12
  ---
13
 
14
+ # ❄️ Turbo Air Equipment Viewer
15
 
16
+ A professional equipment specification database viewer for Turbo Air refrigeration and food service equipment.
17
 
18
+ ## Features
19
+
20
+ - 🔍 **Search & Browse**: Search through thousands of Turbo Air equipment models
21
+ - 📊 **Technical Specifications**: View detailed electrical, physical, and performance specs
22
+ - 📄 **PDF Spec Sheets**: Access original PDF documentation for each model
23
+ - 📌 **Bookmarking**: Save and compare multiple models
24
+ - 📥 **Export to CSV**: Export selected models with all specifications
25
+ - 🌐 **Price Search**: Quick Google search integration for current pricing
26
+ - 🎨 **Dark Theme**: Professional dark interface for comfortable viewing
27
+
28
+ ## How to Use
29
+
30
+ 1. **Search for a Model**: Use the dropdown to search or browse all available models
31
+ 2. **View Specifications**: Select a model to see complete technical details
32
+ 3. **Bookmark Models**: Click the bookmark button to save models for comparison
33
+ 4. **Export Data**: Export bookmarked models to CSV for offline analysis
34
+ 5. **View PDFs**: Click "View PDF" to see the original specification sheet
35
+ 6. **Search Prices**: Use the Google search button to find current pricing
36
+
37
+ ## Product Categories
38
+
39
+ - Reach-In Refrigerators & Freezers
40
+ - Glass Door Merchandisers
41
+ - Open Display Cases
42
+ - Undercounter Units
43
+ - Prep Tables
44
+ - M3 Series Equipment
45
+ - Back Bar Coolers
46
+ - Pizza Prep Tables
47
+ - Sandwich/Salad Units
48
+ - And more...
49
+
50
+ ## Database Information
51
+
52
+ - **Total Models**: 2,000+ equipment models
53
+ - **Database Size**: 279 MB
54
+ - **Data Quality**: Extracted from official Turbo Air PDF specification sheets
55
+ - **Specifications Include**: Voltage, amperage, phase, dimensions, capacity, refrigerant type, temperature range, and more
56
+
57
+ ## Technical Details
58
+
59
+ Built with:
60
+ - **Streamlit** for the web interface
61
+ - **SQLite** for the specification database
62
+ - **Pandas** for data processing
63
+ - **Python** for backend logic
64
+
65
+ ## Data Sources
66
+
67
+ All specifications are extracted from official Turbo Air PDF documentation to ensure accuracy and completeness.
68
+
69
+ ## Support
70
+
71
+ For questions about specific equipment or pricing, please contact your local Turbo Air dealer or visit the official Turbo Air website.
72
+
73
+ ---
74
+
75
+ *This viewer is an independent tool and is not officially affiliated with Turbo Air.*