julien-blanchon / arxflix

Arxflix turns your boring Arxiv research paper into a captivating video.
31 stars 2 forks source link

ArXFlix

ArXFlix

Arxflix - Youtube Arxflix - X

ArXFlix converts research papers into two-minute video summaries, providing all the key information in a visual format.

Example:

Your Transformer Might Be Linear! Florence 2: The Future of Unified Vision Tasks! Kandinsky: Revolutionizing Text to Image Synthesis with Prior Models & Latent Diffusion

Installation and Usage

Backend

  1. Clone the repository.

  2. Navigate to the backend folder.

  3. Create a virtual environment.

  4. Install the backend dependencies by running the following command:

    pip install -r requirements.txt
  5. Run the backend server by executing:

    fastapi run main.py
  6. The backend server should be running on PORT 8000.

Frontend

  1. Clone the repository.

  2. Navigate to the frontend folder.

  3. Install the dependencies by running the following command:

    pnpm install
  4. Run the Frontend AppRun the Frontend App:

    pnpm dev
  5. The client app should be running on PORT 3000.

Contributing

If you’d like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Commit your changes.
  5. Push to the branch.
  6. Open a pull request.

Star History

Star History Chart