Skip to content

zlxlty/ReCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eadf9a6 · Sep 18, 2022

History

18 Commits
Oct 13, 2019
Jul 30, 2019
Oct 13, 2019
Aug 1, 2019
Aug 1, 2019
Aug 1, 2019
Sep 18, 2022
Jul 30, 2019
Jul 30, 2019
Jul 30, 2019

Repository files navigation

ReCraft

ReCraft is a project for TechX 2019 Hackathon

Content


Main Functions

Main Page

Image Identification

Get Videos according to the tags identified

Learn Tutorials and share thoughts

Receive analysis for recycling behaviors

Getting_Started

Prerequisites

  • Python 3.6.x (3.7.x is not supported)
    • If you haven't installed anaconda on your computer, here is the URL link to Download Anaconda
  • Virtualenv
  • Mac OS or Linux
$ sudo apt-get install python3-venv

Installing

  1. Click the top-right Fork button and fork my repo to your own repo
  2. Clone your repo to your local computer
$ git clone https://github.com/<your_username>/Islandr.git
$ cd Islandr
  1. Create Virtualenv
$ python3 -m venv venv
  1. Add FLASK_APP to your activate shell file
$ vim venv/bin/activate

Add this line at the buttom of activate file

export FLASK_APP=recraft.py

Save and exit the file by pressing `Contrl+C` and `:wq`

  1. Activate Virtualevn and install dependencies
(venv)$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
  1. Create index for search function and create database
(venv)$ flask deploy
  1. Run your flask app
(venv)$ flask run
  1. Go to http://127.0.0.1:5000/ and see the app running

Author Tianyi Lu
E-mail lus2@carleton.edu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published