GithubHelp home page GithubHelp logo

giyeolkim / graduation_project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agtmwebtoon/gachon-graduation-project

0.0 0.0 0.0 189.03 MB

JavaScript 1.79% Python 31.66% CSS 63.47% HTML 1.89% Batchfile 0.51% Dockerfile 0.68%

graduation_project's Introduction

SynthView Generator

image This is a Flask application that allows users to upload videos and perform video processing tasks using the COLMAP and NeRF libraries. The processed videos can be downloaded by the users.

Prerequisites

Before running the application, ensure that you have the following dependencies installed:

  • Python 3
  • Flask
  • Flask-SSE
  • Redis
  • COLMAP
  • NeRF

You can install the required Python packages by running the following command:


pip install -r requirements.txt

Additionally, make sure you have Redis server installed and running. Update the REDIS_URL in the app.config section of the code to match your Redis server URL.

Usage

  1. Clone the repository:
git clone https://github.com/your-username/flask-video-processing.git
  1. Navigate to the project directory:
cd flask-video-processing
  1. Start the Flask application:

python app.py

The application will run on http://localhost:5000 by default.

  1. Access the application in your web browser and upload a video file.
  2. Wait for the processing to complete. You will see log messages indicating the progress.
  3. Once the processing is finished, you can download the processed video.

Project Structure

The project structure is as follows:

flask-video-processing/
  |- scripts/
     |- colmap2nerf.py
     |- run.py
  |- static/
     |- css/
        |- main.css
     |- js/
        |- main.js
  |- templates/
     |- index.html
  |- app.py
  |- base_cam.json
  |- requirements.txt
  |- readme.md
  • The scripts directory contains the Python scripts for video processing using COLMAP and NeRF.
  • The static directory contains the CSS and JavaScript files for the frontend.
  • The templates directory contains the HTML template for the application's UI.
  • The app.py file is the main Flask application file.
  • The base_cam.json file is a configuration file for camera settings.
  • The requirements.txt file lists the required Python packages.
  • The readme.md file is the documentation file.

Contributing

If you want to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature

Team Members

This project is developed and maintained by the following team members:

Giyeol Kim

He is responsible for coordinating the project, managing tasks, and ensuring timely completion of milestones. He also oversees the overall development process and ensures effective communication within the team.

Minhyung Lee

He is responsible for designing and implementing the server-side logic of the application. He works on data processing, API development, and integration with external services.

Jio Kim

He is a skilled frontend developer who handles the user interface and client-side development of the application. He is responsible for creating responsive and user-friendly interfaces using HTML, CSS, and JavaScript frameworks.

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.