Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcgill-ecsess/awesome-codejam-resources
π« A curated list of pattern recognition resources for CodeJam 2019
https://github.com/mcgill-ecsess/awesome-codejam-resources
List: awesome-codejam-resources
Last synced: 3 months ago
JSON representation
π« A curated list of pattern recognition resources for CodeJam 2019
- Host: GitHub
- URL: https://github.com/mcgill-ecsess/awesome-codejam-resources
- Owner: mcgill-ecsess
- Created: 2018-09-06T22:16:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T19:52:54.000Z (almost 5 years ago)
- Last Synced: 2024-05-22T12:05:21.634Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 54.9 MB
- Stars: 23
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-codejam-resources - π« A curated list of pattern recognition resources for CodeJam 2019. (Other Lists / PowerShell Lists)
README
# π CodeJam 2019 Resources
This document contains a bunch of resources for CodeJam 2019. Feel free to look through and get yourself adjusted to the content before the hackathon.
## πΆ Basics
If this is your first time at a hackathon or coding past ECSE 202 or COMP 202, it's probably best that you learn some concepts that'll help ramp you up before!
- [Learn Git Branching](https://learngitbranching.js.org/) - Interactive tutorial to learn Git, the most popular version control system for collaborative programming.
- [What's an API?](https://medium.freecodecamp.org/what-is-an-api-in-english-please-b880a3214a82) - Learn how to use external services in your projects.
- [A Beginnerβs Guide to HTTP and REST](https://code.tutsplus.com/tutorials/a-beginners-guide-to-http-and-rest--net-16340) - A more in-depth guide on how to use REST APIs.
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) - An in-depth series of tutorials to learn how to code in Python. If you don't know what language to use, Python is a good start!
- [Roadmap to Fullstack Web Development](https://medium.com/codingthesmartway-com-blog/the-2018-roadmap-to-fullstack-web-development-8884ff02557a) - Web projects are some of the easiest to make during a hackathon. Learn more about different technologies that are commonly used!
- [Google Machine Learning Crash Course](https://developers.google.com/machine-learning/crash-course/ml-intro) - If you want to ramp up quick on machine learning.
- [Titanic: Machine Learning from Disaster](https://www.kaggle.com/c/titanic) - A beginner-friendly prediction competition.## π Recommended Software
These are some recommended tools for general hackathon success:
- [Visual Studio Code](https://code.visualstudio.com/) - Your favorite programmer's favorite text editor.
- [GitHub Desktop](https://desktop.github.com/) - Easy-to-use Git GUI interface so you don't need to use the command line.
- [Jupyter Notebooks](http://jupyter.org/install) - Powerful Python tool hosted as a web app useful for writing and organizing Machine Learning code. Very visually appealing and great for running code snippets.
- [Postman](https://www.getpostman.com/) - REST API testing tool.## π Boilerplates
Boilerplate code is your best friend for a hackathon! As these are time-limited events, you don't want to spend half your time setting up your project.
Here are a few examples:
- [Mega Boilerplate](https://github.com/sahat/megaboilerplate)
- [Hackathon Starter](https://github.com/sahat/hackathon-starter)
- [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate)If these don't suit your usecase, feel free to look up other boilerplates online!
## π Useful Libraries and Frameworks
Here are a few libraries that might prove to be useful during the competition! If the official library isn't written in your favorite language, try finding wrappers/bindings for it online!
- [brain.js](https://github.com/BrainJS/brain.js)
- [CoreNLP](https://github.com/stanfordnlp/CoreNLP)
- [Keras](https://keras.io/)
- [Leaflet](http://leafletjs.com/)
- [Natural for node.js](https://github.com/NaturalNode/natural)
- [NLTK](http://www.nltk.org/)
- [Numpy](http://www.numpy.org/)
- [Octave](https://www.gnu.org/software/octave/)
- [OpenCV](https://pypi.org/project/opencv-python/)
- [PyTorch](https://pytorch.org/)
- [scikit-learn](http://scikit-learn.org/stable/)
- [Tensorflow](https://www.tensorflow.org/tutorials/)
- [Tensorflow JS](https://js.tensorflow.org/)
- [TextBlob](http://textblob.readthedocs.org/)
- [tracking.js](https://trackingjs.com/)## π Useful Plug and Play APIs
Here are a few APIs that might prove to be useful during the competition! These are a software engineer's best friend. These will do the heavy lifting for you, so you can focus on working on your product.
- [ArcGIS for Developers](https://developers.arcgis.com/)
- [AWS Transcribe](https://aws.amazon.com/transcribe/?hp=tile&so-exp=below)
- [Clarifai](https://www.clarifai.com/pricing)
- [Dialogflow](https://dialogflow.com/)
- [GIS Cloud JavaScript API](http://developers.giscloud.com/javascript-api/)
- [Google Cloud Vision](https://cloud.google.com/vision/)
- [IBM Watson Speech to Text](https://www.ibm.com/watson/services/speech-to-text/)
- [IBM Watson Text to Speech](https://www.ibm.com/watson/services/text-to-speech/)
- [IBM Watson Visual Recognition](https://www.ibm.com/watson/services/visual-recognition/)
- [Microsoft Azure Cognitive Services](https://azure.microsoft.com/en-ca/services/cognitive-services/)
- [Microsoft LUIS](https://www.luis.ai/)## π’ Data Set Resources
Without data, how are you going to recognize patterns? Here are some resources you can use to quickly find data sets!
- [36th Parliament of Canada Debates Dataset](https://www.isi.edu/natural-language/download/hansard/)
- [Amazon Q&A Dataset](http://jmcauley.ucsd.edu/data/amazon/qa/)
- [Australian Government Data](https://data.gov.au/dataset)
- [Cat Images Dataset (purrrfect)](http://web.archive.org/web/20150520175645/http:/137.189.35.203/WebUI/CatDatabase/catData.html)
- [Flickr Thematic Image Datasets](http://people.csail.mit.edu/celiu/CVPR2010/FMD/index.html)
- [Food Images Dataset](http://www.vision.ee.ethz.ch/datasets_extra/food-101/)
- [Geographic Datasets](http://freegisdata.rtwilson.com/)
- [Google Data Set Search](https://toolbox.google.com/datasetsearch)
- [Home Depot Search Queries Dataset](https://www.kaggle.com/c/home-depot-product-search-relevance/data)
- [IMDB Dataset](http://ai.stanford.edu/~amaas/data/sentiment/)
- [Kaggle Datasets](https://www.kaggle.com/datasets)
- [Microsoft Building Footprint Data](https://wiki.openstreetmap.org/wiki/Microsoft_Building_Footprint_Data)
- [Microsoft GPS Trajectories Dataset](https://www.microsoft.com/en-us/download/details.aspx?id=52367&from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fdownloads%2Fb16d359d-d164-469e-9fd4-daa38f2b2e13%2F)
- [Microsoft T-Drive Dataset: Taxi One-Week Trajectories](https://www.microsoft.com/en-us/research/publication/t-drive-trajectory-data-sample/)
- [Open NYC Data](https://opendata.cityofnewyork.us/)
- [Reddit Comments DataSet](https://github.com/linanqiu/reddit-dataset)
- [Stanford Car Images Dataset](http://ai.stanford.edu/~jkrause/cars/car_dataset.html)
- [Stanford House Numbers Dataset](http://ufldl.stanford.edu/housenumbers/)
- [Wikipedia Toxic Comment Classification Challenge](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge)
- [Yelp Dataset (businesses, reviews, and user data)](https://www.yelp.com/dataset)If you want to avoid training your own models, you can also find pretrained models online!
- [Model Depot](https://modeldepot.io/)
- [Model Zoo](https://modelzoo.co/)## βοΈ Cloud Computing
Cloud computing is especially useful when you need to do heavy computations (read: Machine Learning). There are a few providers. If this is your first time using them, they usually provide a bunch of free credits for students.
- [Amazon Web Services](https://aws.amazon.com/machine-learning/)
- [Google Colab](https://colab.research.google.com/notebooks/welcome.ipynb)
- [Google Cloud Platform](https://cloud.google.com/products/ai/)
- [IBM Watson](https://www.ibm.com/analytics/machine-learning)
- [Microsoft Azure](https://azure.microsoft.com/en-ca/overview/machine-learning/)## π‘ Hosting your application
It's not a requirement to host your final submission anywhere (you can demo your project locally), but you can easily host your project on the cloud so you can show it off to anyone with a link.
- [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
- [Heroku](https://www.heroku.com/)
- [Netlify](https://www.netlify.com/)## π©βπ« Workshop content
The content from the Geospatial Analysis, Computer Vision, and NLP workshops is now online. Check out the `/workshops/` folder in this repository for more details.