Closed deepraj21 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
portfolio-temp-simple-html-v1-universal-box | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 23, 2024 9:55pm |
universal-box | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 23, 2024 9:55pm |
The changes introduce a new Streamlit application for predicting flight prices based on user inputs. A .gitignore
file is added to exclude unnecessary files from version control, while a requirements.txt
file specifies the necessary dependencies for the project. The README.md
file is expanded to provide detailed information about the application, including its purpose, features, installation instructions, and usage guidelines. The new streamlit_app.py
file implements the core functionality of the application, allowing users to interactively predict flight prices.
Files | Change Summary |
---|---|
.gitignore , requirements.txt |
Added .gitignore to exclude unnecessary files; created requirements.txt listing required libraries. |
README.md |
Expanded to include an overview, features, installation instructions, usage guide, project structure, acknowledgements, and contact information. |
streamlit_app.py |
Introduced a new Streamlit application for flight price prediction, implementing user input handling and model prediction functionality. |
🐰 In a world where prices soar,
A rabbit hops to help you score.
With data neat and models bright,
Predict your flight with pure delight!
Just input your needs, give it a try,
Watch prices dance as you soar high! ✈️
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Added flight-price-prediction in prediction of Datascience
Checklist
Summary by CodeRabbit
New Features
requirements.txt
file listing essential libraries for the project.Chores
.gitignore
file to maintain a clean repository by excluding unnecessary files.