-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b814f99
commit f84f54f
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,37 @@ | ||
# SKYY-Flight-Fare-Prediction-Website | ||
Flight Fare Prediction | ||
# ✈ SKYY - Online Flight Fare Prediction Platform ✈ | ||
|
||
## Abstract: | ||
- Developed a comprehensive website for predicting flight prices. | ||
- Worked on a dataset of flight prices that had never been studied before and was the first to use ML on it. | ||
- Build a user-friendly, responsive website employing trained ML models to forecast and present the cost of the flight along with the ticket. | ||
|
||
## Tech Stack Used: | ||
<div> | ||
<a href="https://www.python.org/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/python/python-original.svg" title="Python" alt="Python" width="40" height="40"/> | ||
</a> | ||
<a href="https://www.djangoproject.com/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/django/django-plain-wordmark.svg" title="Django" alt="Django" width="40" height="40"/> | ||
</a> | ||
<a href="https://devdocs.io/html/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/html5/html5-original.svg" title="HTML" alt="HTML" width="40" height="40"/> | ||
</a> | ||
<a href="https://devdocs.io/css/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/css3/css3-original.svg" title="CSS" alt="CSS" width="40" height="40"/> | ||
</a> | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/javascript/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/javascript/javascript-original.svg" title="JS" alt="JS" width="40" height="40"/> | ||
</a> | ||
<a href="https://www.figma.com/"> | ||
<img src="https://github.com/devicons/devicon/blob/master/icons/figma/figma-original.svg" title="Figma" alt="Figma" width="40" height="40"/> | ||
</a> | ||
</div> | ||
|
||
|
||
## Dataset: | ||
|
||
[Kaggle Link](https://www.kaggle.com/datasets/promptcloud/easemytrip-flight-fare-details-2020) | ||
|
||
## License | ||
|
||
[GNU General Public License v3.0](LICENSE) |