Skip to content

Commit

Permalink
Moving world happiness project to portfolio_main
Browse files Browse the repository at this point in the history
  • Loading branch information
kiroah committed Aug 15, 2024
1 parent ae42937 commit dd16439
Show file tree
Hide file tree
Showing 30 changed files with 2,231,304 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.pkl
2 changes: 2 additions & 0 deletions world_happiness/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
131 changes: 131 additions & 0 deletions world_happiness/.ipynb_checkpoints/Untitled-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "87ef1ada-3cd4-43e8-9247-4a7c899e9d12",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
8,911 changes: 8,911 additions & 0 deletions world_happiness/.ipynb_checkpoints/prompts-checkpoint.jsonl

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions world_happiness/.ipynb_checkpoints/test-checkpoint.csv

Large diffs are not rendered by default.

2,206 changes: 2,206 additions & 0 deletions world_happiness/.ipynb_checkpoints/world_happiness-checkpoint.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions world_happiness/API.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Once you add your API key below, make sure to not share it with anyone! The API key should remain private.
OPENAI_API_KEY=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
131 changes: 131 additions & 0 deletions world_happiness/Untitled.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit dd16439

Please sign in to comment.