Forget paying to learn. The best place to learn Science, Tech, Engineering and Math in depth, for free. First release.
See the code![]() | ![]() |
🌟 Non-profit, open source project (v0.1.0) 🌟
Think of a better Wikipedia for STEM.
It's like FreeCodeCamp, but for documents (and not just for Software Engineering).
If you find lunchSTEM useful, please consider giving us a star on GitHub! It helps us reach more people and keeps us motivated.
This is an evolving STEM (Science, Technology, Engineering and Mathematics) knowledge base, meant to be reviewed and improved with the effort of the community. It can be used and improved by humans and AI agents.
Its ideal use-case is to be used to go deep into a STEM topic (and related topics) after you have an initial understanding of it (which you can easily get via Google Search or AI Assistants).
It should be more organized and higher-quality (signal-to-noise ratio) than default Google search/AI deep research for this use-case.
The goal is to, later on, enable AI agents to easily use it as a tool by making a lunchSTEM MCP Server.
Make sure you have these tools installed:
gitrcloneThese can be installed by following their respective installation guide on their websites.
[!NOTE] When installing rclone, Windows users might see a security warning, it's normal.
Clone the repo with git (this command will create a lunch-stem folder in your current directory)
git clone https://github.com/Freelunch-AI/lunch-stem.git
[!NOTE] If you are using Windows, it's important to clone inside a top-level directory, to avoid potential errors related to the creating file paths that are too long. Windows typically has a maximum file path of 260 characters.
[!NOTE] The
git clonecommand will copy the project in your machine with the entire folder structure already in place.
Enter the lunch-stem folder
cd lunch-stem
Setup the project
For Linux
Enable bash script execution
chmod +x scripts/setup
Run setup script
source scripts/setup
You should see Setup complete! message printed in the terminal, along with other details.
For Windows:
Enable execution of scripts within the powershell session
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Run setup script
scripts/setup.ps1
You should see Setup complete! message printed in the terminal, along with other details.
Browse inside the ai2f folder
ai2f folder structure:
├── __Loopback
├── Computer Science and Engineering
├── Hardcore Engineering
├── Hardcore Science
└── Mathematics
Download pdf files:
For .pdf.dvc files
Download specific pdf files with:
lunch files "<first/dvc/file/path/placeholder.pdf.dvc>" "[second/dvc/file/path/placeholder.pdf.dvc]"
where you can put multiple file paths, only the first is required.
This command will get the .pdf files and put it in your current directory.
[!WARNING]
/or\as separators inside the paths?
Linuxonly accepts/
Windowsaccepts both.
[!WARNING] Is it necessary to put paths inside
""quotes?Yes, it is. Because a lot of paths have directories and/or files with blank spaces. If don't put the path inside
""quotes, the command will not work.
[!TIP] Example Usage with absolute paths: Suppose
current_path=="D:\coding-workspace\lunch-stem"lunch files "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\3 - OS, Virtual Memory, OS Abstractions.pdf.dvc" "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\4 - Bounded Buffers, Concurrency, Locks.pdf.dvc" "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\5 - Threads, Condition Variables, Preemption.pdf.dvc"This command downloads
3 - OS, Virtual Memory, OS Abstractions.pdf,4 - Bounded Buffers, Concurrency, Locks.pdfand5 - Threads, Condition Variables, Preemption.pdfincurrent_path.
[!TIP] Example Usage with relative paths (relative to the current path in which you are running the command): Suppose
current_path=="D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b"lunch files "3 - OS, Virtual Memory, OS Abstractions.pdf.dvc" "4 - Bounded Buffers, Concurrency, Locks.pdf.dvc" "5 - Threads, Condition Variables, Preemption.pdf.dvc"This command downloads
3 - OS, Virtual Memory, OS Abstractions.pdf,4 - Bounded Buffers, Concurrency, Locks.pdfand5 - Threads, Condition Variables, Preemption.pdfincurrent_path.
(continuation)
If you want to put files in the same place as their respective pdf.dvc file then use:
lunch files "<first/dvc/file/path/placeholder.pdf.dvc>" "[second/dvc/file/path/placeholder.pdf.dvc]" --in-place
.source.json at the end of it. it should end with .pdf.dvc..txt) should be opened directly, without using the lunch CLI..web.txt is present, then you shouldn't try this command, just copy and paste the link inside .web.txt in your browser. We will implement a lunch get later on to get files from the web..pdf file shouldn't be visible before you run this command.Download all the files from a specific folder via:
lunch folder "<folder/path/placeholder>"
If you want to put the new pdf files in the same place as ther corresponding pdf.dvc files then use:
lunch folder "<folder/path/placeholder>" --in-place
If you want to download all the files from all subdirectories (recursively) then use:
lunch folder "<folder/path/placeholder>" --recursive
If you want to put files in the same place as the pdf.dvc file and for all subdirectories then use:
lunch folder "<folder/path/placeholder>" --in-place --recursive
For debugging, use the --verbose flag.
For pdf.web.txt files:
Simply open the file and follow the web link inside it.
For .sym.txt files:
Simply open the file and navigate to the file or folder path written inside it. This file or folder will be inside the __Loopback.
[!WARNING] ⚠️ Important
Documents in lunchSTEM are created by external authors, not by us. We don't support inclusion of non-distributable documents without author permission (for non-distributable documents: check
author_permissions.jsonl).Each document credits its author(s) in a corresponding
<file_name>.<file_extension>.source.jsonfile.Authors may request content removal at any time. After following our streamlined protocol for Content Removal Requests, we remove content within 24 hours. This option is faster and more friendly than a Digital Millennium Copyright Act (DMCA) notification (which can shutdown the project).
[!NOTE] 🟩 Coming Soon
• Browser App with author homepages, keyword/semantic search, discussion forums on top of documents, content previews, interactive content visualizations, content starring/tagging/favouriting, making notes on top of documents, trending/popular documents, statistics for documents and authors, and more.
• MCP Server: useful for AI Agents doing complex engineering work or scientific research.
• Proper CLI where users can do keyword and semantic search.
__Loopback directory contains files that had a path that was too long. A pointer .sym.txt file was created in place of these files pointing to the actual file located inside the __Loopback directory. These pointer txt files follow this naming convention: file_name.file_extension.sym.txt and are located in the same directory where the actual file should be.
to_add.txt file at root contains links to materials to be included later in lunchSTEM.
Files or folders starting with MEGA indicate aggregator materials (materials that aggregate a bunch of links regarding a specific topic).
Files or folders starting with Awesome indicate super high quality content.
lunchSTEM is at the moment more complete in the fields of Computer Science & Engineering and AI specifically.
The fields of Hardcore Science (Physics, Chemistry, Biology, Economics) are notably more superficial in terms of the depth of their tree of topics.
If you want to contribute to the project, check out our CONTRIBUTING.md.
[!WARNING] The GCP service account file is purposely public in this repo, it only has read rights to the Google Drive folder containing the pdfs.
We know it's not good practice to make them publicly available, but it was the way to be able to leverage our existing Google Drive subscription (without having to make globally scalable backend).
We will soon move to a public S3 bucket, and then, this little "hack" will be removed.
Note: Steps with the same [letter] can be done in parallel.
[b][a] Create branch naminging convention and branch rules.
[a] Solve urgent copyright and credit attribution issues related to actual files being stored
.source.json paths that don't have author info - these should be priority.[a] Replace actual files (and homepage/entrypoint links) with links to get the files directly from their original host (use a browser-using AI agent to help with this). The goal is for most files to be file_name.file_extension.web.txt with the link inside of it (i.e., file hosted externally). Users can still contribute with actual files if they are the authors of these files (like arXiv does) because under the hood we will still be using DVC for actual files.
[a] Implement proper symlinks that work across Operating Systems. No more manually looking the path inside the .sym.txt file and manually going to that directory. Also implementing easy weblinks, to avoid manual copy/paste of paths inside .web.txt to the browser.
[b][a] Create a proper (not in bash, with docstrings, modular, with tests, compiled) lunchSTEM CLI package/installable where you can also:
[b] Make a lunchSTEM MCP Server: first, need to create a .md version of each .pdf
[b][a] Make a browser app to ease lunchSTEM consumption by humans, where users can:
[b] Get sponsors and grants to: (1) support our app hosting; (2) build a dedicated team of lunchSTEM maintainers; (3) pay experts for peer-review processes; and (4) to route a percentage of the money to contributing authors. All sponsorship money would be reinvested in the project, it's a non-profit project.
Make CI Workflows
[b][a] Replace actual .pdf files with .pdf.dvc files, avoiding actual knowledge files in the repo.
[b][a] Add malicious file removal, large file removal, git repo removal, removal of files with not-accepted extensions, copyrighted material removal, etc to automatically avoid bad PRs.
[b][a] Add standard conventions enforcement in CI to keep the knowledge base consistent, avoiding inconsistent PRs.
Make a lunchSTEM dataset and put it on HuggingFace.
to_add.txt, but add as file_name.file_extension.web.txt with the HTTPS link inside the file):
<file_name>.<file_extension>.prerequisites.json containing hierarchical list of prerequisites for each file__Exercises__Tools. Can be tools for doing or understanding something related to the topic.__Sample Projects[d] Migrate from Google Drive (I was already paying for 2TB, so that's why I used it) to a better storage option (e.g., S3).
[d] Make AgentPool: team of diverse agents that make PRs to the lunchSTEM repo after internal discussions, asking humans questions and evaluating proposed changes via STEM benchamarks. Agents are continually finetuned to ensure diversity between them (tema intelligence > individual) and to improve their intelligence based on approved new knowledge added to lunchSTEM.
A big effort was made to detect and remove copyrighted (non-distributable) content, and to recognize the authors/publishers/universities of the remaining materials. Manual review of each file couldn't be done because of the sheer amount of files (but we welcome the community to help us with this by, opening issues and PRs).
.pdf, .txt, .md, .ipynb, .json.source.json) for each remaining pdf, with info such as: authors, link to source, modified or not, etc. Default value of fields are null, with the exception of the default value of the changes_were_made field which is False. Default values are used when the info can't be found in the pdf itself.However, we cannot guarantee perfection in this process, therefore, if you find any copyrighted content or content without proper credit attribution data, please open an issue and/or make a PR and/or send an email to bruno.c.scaglione@gmail.com. We aim to resolve the problem in 24h. Refer to the CONTRIBUTING.md file for the guidelines for this.
Streamlined Protocol for Content Removal Requests (Recommended over DMCA)
- Read CONTRIBUTING.md to see issue guidelines
- Open a content removal request issue
- Send an email to bruno.c.scaglione@gmail.com with the subject "[lunchSTEM] Content Removal Request: #GITHUB_ISSUE_NUMBER_PLACEHOLDER" explaining: who you are, the path of the content(s) you need to be removed and link to the specific issue you opened.
This option is faster and more friendly than a DMCA notification. If we receive multiple DMCA notifications, the project risks being removed from Github (even after taking down the contents) and a lot of people that could benefit from it will be affected.
Digital Millennium Copyright Act (DMCA) Compliance: we comply with the Digital Millennium Copyright Act (DMCA). For formal takedown requests, please follow the DMCA process.
Credit attribution data of a pdf file is stored in <file_name>.pdf.source.json which should be opened directly (without dvc pull). This file can contain authors, university, publisher, link do the source, and other metadata about the specific file it references. Default value of fields are null, with the exception of the default value of the changes_were_made field which is False.
AS-IS BASIS: This project is provided "as-is" without warranties of any kind. We make no representations about the accuracy, completeness, or legality of the content.
LIMITATION OF LIABILITY: To the maximum extent permitted by law, the project maintainers shall not be liable for any damages arising from the use of this repository.
TERMS OF SERVICE: By using this repository, you agree to respect copyright laws, use content for educational purposes only, and comply with all applicable laws in your jurisdiction.
NO LEGAL ADVICE: Nothing in this repository constitutes legal, financial, or professional advice.
Educational Purpose: This project aims to provide organized access to educational materials for non-commercial, educational purposes. We believe many uses of the content may qualify for fair use protections, but fair use determinations are made on a case-by-case basis by courts.
Want to be a sponsor? Send an email to bruno.c.scaglione@gmail.com with the subject "[lunchSTEM] Sponsorship"

To all the authors that made their content publicly available.
To our early testers.
To our contributors, maintainers and sponsors that keep the project alive and evolving.
62 commits
Jupyter Notebook
100.0%
Forget paying to learn. The best place to learn Science, Tech, Engineering and Math in depth, for free. First release.
See the code![]() | ![]() |
🌟 Non-profit, open source project (v0.1.0) 🌟
Think of a better Wikipedia for STEM.
It's like FreeCodeCamp, but for documents (and not just for Software Engineering).
If you find lunchSTEM useful, please consider giving us a star on GitHub! It helps us reach more people and keeps us motivated.
This is an evolving STEM (Science, Technology, Engineering and Mathematics) knowledge base, meant to be reviewed and improved with the effort of the community. It can be used and improved by humans and AI agents.
Its ideal use-case is to be used to go deep into a STEM topic (and related topics) after you have an initial understanding of it (which you can easily get via Google Search or AI Assistants).
It should be more organized and higher-quality (signal-to-noise ratio) than default Google search/AI deep research for this use-case.
The goal is to, later on, enable AI agents to easily use it as a tool by making a lunchSTEM MCP Server.
Make sure you have these tools installed:
gitrcloneThese can be installed by following their respective installation guide on their websites.
[!NOTE] When installing rclone, Windows users might see a security warning, it's normal.
Clone the repo with git (this command will create a lunch-stem folder in your current directory)
git clone https://github.com/Freelunch-AI/lunch-stem.git
[!NOTE] If you are using Windows, it's important to clone inside a top-level directory, to avoid potential errors related to the creating file paths that are too long. Windows typically has a maximum file path of 260 characters.
[!NOTE] The
git clonecommand will copy the project in your machine with the entire folder structure already in place.
Enter the lunch-stem folder
cd lunch-stem
Setup the project
For Linux
Enable bash script execution
chmod +x scripts/setup
Run setup script
source scripts/setup
You should see Setup complete! message printed in the terminal, along with other details.
For Windows:
Enable execution of scripts within the powershell session
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Run setup script
scripts/setup.ps1
You should see Setup complete! message printed in the terminal, along with other details.
Browse inside the ai2f folder
ai2f folder structure:
├── __Loopback
├── Computer Science and Engineering
├── Hardcore Engineering
├── Hardcore Science
└── Mathematics
Download pdf files:
For .pdf.dvc files
Download specific pdf files with:
lunch files "<first/dvc/file/path/placeholder.pdf.dvc>" "[second/dvc/file/path/placeholder.pdf.dvc]"
where you can put multiple file paths, only the first is required.
This command will get the .pdf files and put it in your current directory.
[!WARNING]
/or\as separators inside the paths?
Linuxonly accepts/
Windowsaccepts both.
[!WARNING] Is it necessary to put paths inside
""quotes?Yes, it is. Because a lot of paths have directories and/or files with blank spaces. If don't put the path inside
""quotes, the command will not work.
[!TIP] Example Usage with absolute paths: Suppose
current_path=="D:\coding-workspace\lunch-stem"lunch files "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\3 - OS, Virtual Memory, OS Abstractions.pdf.dvc" "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\4 - Bounded Buffers, Concurrency, Locks.pdf.dvc" "D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b\5 - Threads, Condition Variables, Preemption.pdf.dvc"This command downloads
3 - OS, Virtual Memory, OS Abstractions.pdf,4 - Bounded Buffers, Concurrency, Locks.pdfand5 - Threads, Condition Variables, Preemption.pdfincurrent_path.
[!TIP] Example Usage with relative paths (relative to the current path in which you are running the command): Suppose
current_path=="D:\coding-workspace\lunch-stem\ai2f\__Loopback\1 - OS Fundamentals_56b97b"lunch files "3 - OS, Virtual Memory, OS Abstractions.pdf.dvc" "4 - Bounded Buffers, Concurrency, Locks.pdf.dvc" "5 - Threads, Condition Variables, Preemption.pdf.dvc"This command downloads
3 - OS, Virtual Memory, OS Abstractions.pdf,4 - Bounded Buffers, Concurrency, Locks.pdfand5 - Threads, Condition Variables, Preemption.pdfincurrent_path.
(continuation)
If you want to put files in the same place as their respective pdf.dvc file then use:
lunch files "<first/dvc/file/path/placeholder.pdf.dvc>" "[second/dvc/file/path/placeholder.pdf.dvc]" --in-place
.source.json at the end of it. it should end with .pdf.dvc..txt) should be opened directly, without using the lunch CLI..web.txt is present, then you shouldn't try this command, just copy and paste the link inside .web.txt in your browser. We will implement a lunch get later on to get files from the web..pdf file shouldn't be visible before you run this command.Download all the files from a specific folder via:
lunch folder "<folder/path/placeholder>"
If you want to put the new pdf files in the same place as ther corresponding pdf.dvc files then use:
lunch folder "<folder/path/placeholder>" --in-place
If you want to download all the files from all subdirectories (recursively) then use:
lunch folder "<folder/path/placeholder>" --recursive
If you want to put files in the same place as the pdf.dvc file and for all subdirectories then use:
lunch folder "<folder/path/placeholder>" --in-place --recursive
For debugging, use the --verbose flag.
For pdf.web.txt files:
Simply open the file and follow the web link inside it.
For .sym.txt files:
Simply open the file and navigate to the file or folder path written inside it. This file or folder will be inside the __Loopback.
[!WARNING] ⚠️ Important
Documents in lunchSTEM are created by external authors, not by us. We don't support inclusion of non-distributable documents without author permission (for non-distributable documents: check
author_permissions.jsonl).Each document credits its author(s) in a corresponding
<file_name>.<file_extension>.source.jsonfile.Authors may request content removal at any time. After following our streamlined protocol for Content Removal Requests, we remove content within 24 hours. This option is faster and more friendly than a Digital Millennium Copyright Act (DMCA) notification (which can shutdown the project).
[!NOTE] 🟩 Coming Soon
• Browser App with author homepages, keyword/semantic search, discussion forums on top of documents, content previews, interactive content visualizations, content starring/tagging/favouriting, making notes on top of documents, trending/popular documents, statistics for documents and authors, and more.
• MCP Server: useful for AI Agents doing complex engineering work or scientific research.
• Proper CLI where users can do keyword and semantic search.
__Loopback directory contains files that had a path that was too long. A pointer .sym.txt file was created in place of these files pointing to the actual file located inside the __Loopback directory. These pointer txt files follow this naming convention: file_name.file_extension.sym.txt and are located in the same directory where the actual file should be.
to_add.txt file at root contains links to materials to be included later in lunchSTEM.
Files or folders starting with MEGA indicate aggregator materials (materials that aggregate a bunch of links regarding a specific topic).
Files or folders starting with Awesome indicate super high quality content.
lunchSTEM is at the moment more complete in the fields of Computer Science & Engineering and AI specifically.
The fields of Hardcore Science (Physics, Chemistry, Biology, Economics) are notably more superficial in terms of the depth of their tree of topics.
If you want to contribute to the project, check out our CONTRIBUTING.md.
[!WARNING] The GCP service account file is purposely public in this repo, it only has read rights to the Google Drive folder containing the pdfs.
We know it's not good practice to make them publicly available, but it was the way to be able to leverage our existing Google Drive subscription (without having to make globally scalable backend).
We will soon move to a public S3 bucket, and then, this little "hack" will be removed.
Note: Steps with the same [letter] can be done in parallel.
[b][a] Create branch naminging convention and branch rules.
[a] Solve urgent copyright and credit attribution issues related to actual files being stored
.source.json paths that don't have author info - these should be priority.[a] Replace actual files (and homepage/entrypoint links) with links to get the files directly from their original host (use a browser-using AI agent to help with this). The goal is for most files to be file_name.file_extension.web.txt with the link inside of it (i.e., file hosted externally). Users can still contribute with actual files if they are the authors of these files (like arXiv does) because under the hood we will still be using DVC for actual files.
[a] Implement proper symlinks that work across Operating Systems. No more manually looking the path inside the .sym.txt file and manually going to that directory. Also implementing easy weblinks, to avoid manual copy/paste of paths inside .web.txt to the browser.
[b][a] Create a proper (not in bash, with docstrings, modular, with tests, compiled) lunchSTEM CLI package/installable where you can also:
[b] Make a lunchSTEM MCP Server: first, need to create a .md version of each .pdf
[b][a] Make a browser app to ease lunchSTEM consumption by humans, where users can:
[b] Get sponsors and grants to: (1) support our app hosting; (2) build a dedicated team of lunchSTEM maintainers; (3) pay experts for peer-review processes; and (4) to route a percentage of the money to contributing authors. All sponsorship money would be reinvested in the project, it's a non-profit project.
Make CI Workflows
[b][a] Replace actual .pdf files with .pdf.dvc files, avoiding actual knowledge files in the repo.
[b][a] Add malicious file removal, large file removal, git repo removal, removal of files with not-accepted extensions, copyrighted material removal, etc to automatically avoid bad PRs.
[b][a] Add standard conventions enforcement in CI to keep the knowledge base consistent, avoiding inconsistent PRs.
Make a lunchSTEM dataset and put it on HuggingFace.
to_add.txt, but add as file_name.file_extension.web.txt with the HTTPS link inside the file):
<file_name>.<file_extension>.prerequisites.json containing hierarchical list of prerequisites for each file__Exercises__Tools. Can be tools for doing or understanding something related to the topic.__Sample Projects[d] Migrate from Google Drive (I was already paying for 2TB, so that's why I used it) to a better storage option (e.g., S3).
[d] Make AgentPool: team of diverse agents that make PRs to the lunchSTEM repo after internal discussions, asking humans questions and evaluating proposed changes via STEM benchamarks. Agents are continually finetuned to ensure diversity between them (tema intelligence > individual) and to improve their intelligence based on approved new knowledge added to lunchSTEM.
A big effort was made to detect and remove copyrighted (non-distributable) content, and to recognize the authors/publishers/universities of the remaining materials. Manual review of each file couldn't be done because of the sheer amount of files (but we welcome the community to help us with this by, opening issues and PRs).
.pdf, .txt, .md, .ipynb, .json.source.json) for each remaining pdf, with info such as: authors, link to source, modified or not, etc. Default value of fields are null, with the exception of the default value of the changes_were_made field which is False. Default values are used when the info can't be found in the pdf itself.However, we cannot guarantee perfection in this process, therefore, if you find any copyrighted content or content without proper credit attribution data, please open an issue and/or make a PR and/or send an email to bruno.c.scaglione@gmail.com. We aim to resolve the problem in 24h. Refer to the CONTRIBUTING.md file for the guidelines for this.
Streamlined Protocol for Content Removal Requests (Recommended over DMCA)
- Read CONTRIBUTING.md to see issue guidelines
- Open a content removal request issue
- Send an email to bruno.c.scaglione@gmail.com with the subject "[lunchSTEM] Content Removal Request: #GITHUB_ISSUE_NUMBER_PLACEHOLDER" explaining: who you are, the path of the content(s) you need to be removed and link to the specific issue you opened.
This option is faster and more friendly than a DMCA notification. If we receive multiple DMCA notifications, the project risks being removed from Github (even after taking down the contents) and a lot of people that could benefit from it will be affected.
Digital Millennium Copyright Act (DMCA) Compliance: we comply with the Digital Millennium Copyright Act (DMCA). For formal takedown requests, please follow the DMCA process.
Credit attribution data of a pdf file is stored in <file_name>.pdf.source.json which should be opened directly (without dvc pull). This file can contain authors, university, publisher, link do the source, and other metadata about the specific file it references. Default value of fields are null, with the exception of the default value of the changes_were_made field which is False.
AS-IS BASIS: This project is provided "as-is" without warranties of any kind. We make no representations about the accuracy, completeness, or legality of the content.
LIMITATION OF LIABILITY: To the maximum extent permitted by law, the project maintainers shall not be liable for any damages arising from the use of this repository.
TERMS OF SERVICE: By using this repository, you agree to respect copyright laws, use content for educational purposes only, and comply with all applicable laws in your jurisdiction.
NO LEGAL ADVICE: Nothing in this repository constitutes legal, financial, or professional advice.
Educational Purpose: This project aims to provide organized access to educational materials for non-commercial, educational purposes. We believe many uses of the content may qualify for fair use protections, but fair use determinations are made on a case-by-case basis by courts.
Want to be a sponsor? Send an email to bruno.c.scaglione@gmail.com with the subject "[lunchSTEM] Sponsorship"

To all the authors that made their content publicly available.
To our early testers.
To our contributors, maintainers and sponsors that keep the project alive and evolving.
62 commits
Jupyter Notebook
100.0%