GithubHelp home page GithubHelp logo

ocoiel / sintetic Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 4.86 MB

Projeto utilizando IA da IBM, ffmpeg e Wikipedia para criar videos pro youtube automaticamente - conclusão de curso - CEFET/RJ

Home Page: http://www.cefet-rj.br/

License: MIT License

Python 100.00%
python educational-project api google-api ibm-watson wikipedia-api opencv oauth2

sintetic's Introduction


Sintetic

Sintetic

A python application for making automatic videos integrated with youtube, simply and quickly.

PRs Welcome License MIT CEFET/RJ


Features

This project features all the latest tools and practices in development!

  • 🐍 Python — Is a programming language that lets you work more quickly.
  • 🤖 IBM Watson — IBM Service for AI tooling and integrate with applications.
  • 🌐 Wikipedia — The best online encyclopedia.
  • 💖 Google Images - API for fetch and download images.
  • 💎 OpenCV - Is a library of programming functions mainly aimed at real-time computer vision.
  • 🎵 FFMPEG - To render and convert the video file.
  • 🎧 OAuth2 - Youtube — Auth with your Google Account in Youtube.

Getting started

Before you run this application you have python, version 3, and pip installed locally.

  1. Clone this repo using https://github.com/ocoiel/sintetic.git
  2. Move to the appropriate directory: cd sintetic.
  3. Run pip install -r requirements.txt to install dependencies.
  4. Download punkt of NLTK, the python module for Natural Language Toolkit:

Open a python terminal with python3 and:

import nltk
nltk.download("punkt")

Add API keys:

  1. For Google Cloud API: rename client_secrets_example.json in src for client_secrets.json and fill in the fields
{
  "web": {
      "client_id":"",
      "project_id":"",
      "auth_uri": "https://accounts.google.com/o/oauth2/auth",
      "token_uri": "https://accounts.google.com/o/oauth2/token",
      "auth_provider_x509_cert_url":"",
      "client_secret":"",
      "redirect_uris":["", ""],
      "javascript_origins":["", ""]
  }
}
  1. For IBM Watson API: in src/text.py fill in the fields this way:
self.natural_language_understanding = NaturalLanguageUnderstandingV1(
    version="fill-here",
    iam_apikey="fill-here",
    url="fill-here")

And finally... Run the master file src/master.py and see the magic! 🚀

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

sintetic's People

Contributors

ocoiel avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.