GithubHelp home page GithubHelp logo

deaflingo's Introduction

โš ๏ธ Notice: We're currently facing an issue where this repository has exceeded its data quota. The account responsible for Git LFS bandwidth needs to purchase more data packs to restore access. As a result, you won't be able to clone the data or model file at the moment. We are looking at possible options for the future of Deaflingo currently so we have not paid for more storage or bandwidth yet. In the future we would run the model via an external server so this won't be an issue.

Deaflingo Local Setup

Welcome to Deaflingo! This guide will walk you through the steps to set up and run the Deaflingo web application locally on your machine.

Demo

For a demonstration of Deaflingo in action, watch our video on YouTube:

Deaflingo Demo Video

This was made for HackKU 2024 find the devpost link here.

Prerequisites

  • Python 3.11.x installed on your system. You can download it from python.org.

  • Git LFS installed. Follow the steps below to install Git LFS:

    • Install Git LFS.
    • Set up Git LFS for your user account by running: git lfs install.

Setup Instructions

  1. Clone or download this repository to your local machine.

  2. Navigate to the project directory using the command line.

  3. Install the required dependencies by running the following command:

    pip install -r requirements.txt

    If you're on a macOS system, use the following command instead:

    pip install -r requirements-mac.txt

    This command will recursively install all the dependencies required for the Deaflingo web app.

    Note: Ensure that "pip" corresponds to your Python 3.11.x installation.

Running the Application

  1. Once all the dependencies are installed, you can start the Deaflingo web app by running the following command:

    Note: Ensure that "python" corresponds to your Python 3.11.x installation.

    python app.py
  2. After executing the above command, the Flask development server will start running. You should see output similar to the following:

    * Running on http://127.0.0.1:8001/ (Press CTRL+C to quit)
  3. Open your web browser and navigate to http://127.0.0.1:8001/.

  4. You should now see the home page of the Deaflingo web app, where you can interact with its features.

Stopping the Application

To stop the Flask development server, press CTRL+C in the command line where the server is running. This will stop the server and free up the port.

Additional Notes

  • Make sure no other application is using port 8001 on your system to avoid conflicts with the Flask development server.

  • It's recommended to use a virtual environment for Python projects to manage dependencies and avoid conflicts with system-wide packages. You can create and activate a virtual environment using venv or virtualenv as per your preference.

  • If you encounter any issues during setup or running the application, feel free to reach out for assistance.

deaflingo's People

Contributors

markushoehn2007 avatar lameburger avatar syomazh avatar amazin07 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.