Giter Club home page Giter Club logo

fsdl-text-recognizer-project's Introduction

Full Stack Deep Learning Labs

Welcome!

W&B Jupyter Hub instructions

Go to https://app.wandb.ai/profile and enter the code that we will share with you at the session into Access Code field. This will drop you into a JupyterLab instance with a couple of GPUs that you will use in these labs.

From now on, everything you do will be in that instance.

Checking out the repo

Start by cloning the repo and going into it

git clone https://github.com/gradescope/fsdl-text-recognizer-project.git
cd fsdl-text-recognizer-project

If you already have the repo in your home directory, then simply go into it and pull the latest version.

cd fsdl-text-recognizer-project
git pull origin master

Now click Fork in the top right of this Github repo page: https://github.com/gradescope/fsdl-text-recognizer-project. Select your personal account to fork to, and note down your USERNAME, which will be right after https://github.com in the URL that you will be taken to.

Add your fork as a remote of the repo and push to it:

git remote add mine https://github.com//fsdl-text-recognizer-project.git
git push mine master

(If you face some kind of issue, you can git remote rm mine and then add it again.)

Pushing will prompt you to enter your Github username and password. If your password is not accepted, it may be because you have two-factor authentication enabled. Follow directions here to generate a token you can use instead of your password on the command line: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ Make sure you store the token (e.g. in your password manager), as you will not be able to see it again. If you want to avoid entering the token with each git push, you can run the following command to cache your credentials:

git config --global credential.helper cache

Note that if you do cache your credentials, we recommend you delete this token after the bootcamp.

Setting up the Python environment

Run pipenv install --dev to install all required packages into a virtual environment.

Make sure to precede all commands with pipenv run from now on, to make sure that you are using the correct environment. Or, you could run pipenv shell to activate the environment in your terminal session, instead. Remember to do that in every terminal session you start.

Ready

Now you should be setup for the labs. The instructions for each lab are in readme files in their folders.

You will notice that there are solutions for all the labs right here in the repo, too. If you get stuck, you are welcome to take a look!

fsdl-text-recognizer-project's People

Contributors

sergeyk avatar

Watchers

 avatar  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.