Coder Social home page Coder Social logo

campqmind2021's Introduction

Camp QMIND 2021

Getting Started

Step 1: Forking

First you want to create a fork (local copy) of this repository in your own account. Click the alt text button at the top right and select your account.

Step 2: Cloning

On your own fork, clone the repository to your computer. You can find the address in the green code button as shown below.

alt text

Now on your computer it's time to use git. Make sure you have git installed on your computer. You should be running all commands in the git terminal. Open a git terminal, navigate to the folder you want the repository downloaded to (using the cd command), and run:

git clone [the repository URL from the image above]

Then enter the repository by running:

cd CampQMIND2021

Step 3: Creating a Virtual Environment and Installing Dependencies

A virtual environment is a way of managing dependencies in Python. Insteal of installing them to your computer, you install them to your project's virtual environment. We have included a file requirements.txt that lists all dependencies. We will use this file to setup our project.

Step 3.1: Without Anaconda

First you need to create a virtual environment. This can be done by running:

python -m venv env

Now activate it:

source env/Scripts/activate

Check you are in the virtual environment by running the following command and making sure it prints (env) at the end:

pip -V

And finally, install your dependencies by running:

pip install -r requirements.txt

Step 3.2: With Anaconda

For Anaconda, all commands should be run in the Anaconda Prompt instead of the git terminal.

First you need to create a virtual environment. This can be done by running:

conda create --name env python=3.8

Now activate it:

conda activate env

You should now see (env) to the right of the command line.

And finally, install your dependencies by running:

conda install --file requirements.txt

Workshop Streams

Slot Coding Data Science DT
1 Intro to Python (Nathan) ML / Data Science Tools Review (Adam Farley) DT Intro (Matt Wright)
2 Crash Course on Git / GitHub (Sean Sutherland) Feature Engineering (Mimi) Quantum Cryptography (Spencer Hill)
3 Working with Datasets (Griffin) Sourcing data, web-scraping, etc. (Adam Farley) Grover's Algorithm (Paul Santilli)
4 Working / Communicating in a Team (Ariana) Working / Communicating in a Team (Ariana) Working / Communicating in a Team (Ariana)
5 Overview of ML Algorithms (Ethan Callanan) Computer Vision (Daniel Stewart) Decentralized Voting System (Bhavan)
6 Starting a Project + Picking a Model (Adam Farley) Starting a Project + Picking a Model (Adam Farley) Decentralized Auction (Mustafa)

campqmind2021's People

Contributors

arianabakhtyari avatar mattwright99 avatar hillspen avatar jacob-seiler avatar nathank77 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.