Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.86 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.86 KB

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
  1. Run the backend server by executing:
fastapi run main.py
  1. 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
  1. Run the Frontend AppRun the Frontend App:
pnpm dev
  1. 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