Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arkun

An Effective and Personalized way to present your ideas across

Arkun is an effortless way to create personalized advertisement. Helps to grasp customer interest with a customised video message by adapting videos with a speaking face for a specific text message

Pyhton: 3.8.0 Docker: 20.10.13

Installation

Requirements

  1. Update and Upgrade
sudo apt update
sudo apt upgrade
  1. Python: 3.8.0
sudo apt install docker.io
sudo snap install docker
docker --version
  1. Docker: 20.10.13
sudo apt install docker-compose-plugin
docker compose version
  1. Docker-compose: v2.3.3
sudo apt install python3
sudo apt python3-pip
  1. Git:
sudo apt install git

Development setup

  1. Clone and change the Directory to ./arkun
git clone https://github.com/satyakisolutions/arkun.git
cd arkun/
  1. First time Setup, Build and run the project
docker-compose up --build
  1. Just to Run
docker-compose up
  1. Just to Build
docker-compose build
  1. To stop the running project
docker-compose down

Release History

  • 0.1.0
    • The first proper release
  • 0.0.1
    • Work in progress

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b main/arkun)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin main/arkun)
  5. Create a new Pull Request

Authors and References

Wav2lip

https://github.com/Rudrabha/Wav2Lip

Satyaki Solutions

https://github.com/satyakisolutions

Releases

Packages

Contributors