Home
Softono
keepyourmouthshut

keepyourmouthshut

Open source Python
72
Stars
3
Forks
2
Issues
2
Watchers
2 years
Last Commit

About keepyourmouthshut

Acid Reflux for your Ears!

Platforms

Web Self-hosted

Languages

Python

Links

KeepYourMouthShut - Acid Reflux for your Ears!

GitHub release (with filter)   GitHub License   GitHub Repo stars   GitHub forks   GitHub repo size

[Please consider sponsoring this project to help keep it alive!]

KeepYourMouthShut is an AI-assisted open-source app that provides a 360-degree podcast solution ๐ŸŽ™๏ธ It has a developer-first approach for creating entire episodes of podcasts without requiring any expensive equpment or setup. The app takes a number of input from the end-user and based on that generates a script and an audio voice-over file based on that script.

KeepYourMouthShut App

Table of Content

๐Ÿš€ Installation

For local installation, clone the repository and run the following commands:

  1. Install FFMPEG
  2. Create a free account on llmOS and get an API key
  3. Insert the API key in the .env file. A sample .env file is given.
  4. Run pip install -r app/requirements.txt
  5. Run flask --app app/keepyourmouthshut.py run

This will start the Flask app on port 5000 within a development environment. You can view the app in your browser at http://127.0.0.1:5000.

โš ๏ธ Deployment

This app can be deployed on AWS. The following official tutorial from AWS will show you how to serve a Flask app on AWS:

https://aws.amazon.com/tutorials/serve-a-flask-app/

If you want to deploy this app on AWS Lambda as a Serverless function, you can use Zappa.

๐Ÿ› ๏ธ Built With

๐ŸŽธ Music

๐Ÿšธ Contributing

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

๐Ÿชซ Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

๐Ÿ… Acknowledgement

  1. Adam Tal - https://github.com/AdmTal
  2. rany2 - https://github.com/rany2

๐Ÿ•น๏ธ License

This project is licensed under the GPL-3.0 license, see the LICENSE.md file for details

Star History

Star History Chart

๐Ÿ“Ÿ Citation

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bhattacharjee"
  given-names: "Rajtilak"
  orcid: "https://orcid.org/0009-0008-2465-0266"
title: "keepyourmouthshut"
version: 0.0.1
doi: 10.5281/zenodo.10199470
date-released: 2023-11-23
url: "https://github.com/rajtilakjee/keepyourmouthshut"