About
This project is an experimentation with AI, that aims on AI-Driven content generation. The aim is to be able to generate various types of content, such as podcasts, articles, and more using AI.
Installation
- Clone the repository
- Install the required dependencies using
poetry install
- This project uses
poetry
for dependency management, so make sure you have it installed. If not, you can install it usingpip install poetry
- This project uses
Usage
- Create a
.env
file in the root directory of the project, there is an example.env.example
file provided. Fill in the required environment variables. - If you want, you can play around with the
config.toml
file to change the configurations of the content. Each type of content has its own section in the config file. - To create content of your choice, run the following command
python generate.py <type> <description>
-
<type>
isβ¦
-