ArXFlix converts research papers into two-minute video summaries, providing all the key information in a visual format.
Example:
- Clone the repository.
- Navigate to the backend folder.
- Create a virtual environment.
- Install the backend dependencies by running the following command:
pip install -r requirements.txt
- Run the backend server by executing:
fastapi run main.py
- The backend server should be running on PORT 8000.
- Clone the repository.
- Navigate to the frontend folder.
- Install the dependencies by running the following command:
pnpm install
- Run the Frontend AppRun the Frontend App:
pnpm dev
- The client app should be running on PORT 3000.
If you’d like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit your changes.
- Push to the branch.
- Open a pull request.