Skip to content

Commit

Permalink
fixed section
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-west committed Oct 24, 2024
1 parent 07ff101 commit 4a8a1aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@ <h2>Where We Got Our Data</h2>
<div class="feature-card">
<div class="card-icon">📈</div>
<h3>Meta Prophet Data Prediction</h3>
<p>We utilize Meta's Prophet procedure, a powerful forecasting tool...</p>
<p>We utilize Meta's Prophet procedure, a powerful forecasting tool, to predict renewable energy production for each country. The prediction data is stored in a MongoDB database for real-time accessibility, while the original data from 'Our World in Data' is stored in a CSV file for future analysis and visualization.</p>
</div>
<div class="feature-card">
<div class="card-icon">💾</div>
<h3>Backend Data Fetching</h3>
<p>Our system fetches prediction data from a Flask backend...</p>
<p>Our system fetches prediction data from a Flask backend, which is connected to an online MongoDB database. This setup allows us to ensure that data is always up-to-date and accessible in real-time.</p>
</div>
<div class="feature-card">
<div class="card-icon">📊</div>
<h3>Our World in Data</h3>
<p>Our complete Energy dataset is maintained by Our World in Data...</p>
<p>Our complete Energy dataset is maintained by Our World in Data, including metrics on energy consumption, energy mix, and electricity mix. The dataset is updated regularly and is available in CSV, XLSX, and JSON formats for detailed analysis.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4a8a1aa

Please sign in to comment.