Git Product home page Git Product logo

colorado's Introduction

Project Name

Description

It's a flask based web application for converting black and white images into colored images.

Table of Contents

Project Structure

Colorado
├── .gitignore
├── App
│   ├── .env
│   ├── .env_demo
│   ├── auth.py
│   ├── models.py
│   ├── static
│   │   ├── css
│   │   │   └── styles.css
│   │   ├── js
│   │   └── Logo.png
│   ├── templates
│   │   ├── Footer.html
│   │   ├── Home.html
│   │   ├── index.html
│   │   ├── Login.html
│   │   ├── Profile.html
│   │   └── Signup.html
│   ├── tests
│   ├── views.py
├── instance
│   └── database.db
├── main.py
├── requirements.txt
└── venv

Installation

  1. Clone the repository:

    git clone https://github.com/shubhamathawane/Colorado
  2. Navigate to the project directory:

    cd Colorado
  3. Create a virtual environment (optional but recommended):

    python3 -m venv venv
  4. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  5. Install dependencies:

    pip install -r requirements.txt
  6. Configuration

SQLAlchemy URL And API Key

You can set the SQLAlchemy database URL in the .env file as follows:

API_KEY = 66177db019f3c16343c14895_c7d1aae0434b5b6f27d5_apyhitools
DB_URLS = sqlite:///db_name

I have used this api phot.ai [ it gives 25 credites ].

colorado's People

Contributors

shubhamathawane avatar

Watchers

 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.