- Interactive story generation.
- Image generation for the generated story.
- Smart dictionary lookup feature.
- Speech to text and text to speech features.
- Clone the repository to your local machine:
git clone https://github.com/med-aziz-kaboudi/Imaginify-AI.git
cd Imaginify-AI
- Install the required dependencies:
pip install -r requirements.txt
Once the dependencies are installed, you can run the project using:
python app.py
Set up the following environment variables:
create .env
file:
OPENAI_API_KEY= YOUR_OPENAI_API_KEY_HERE
HUGGINGFACE_API_KEY= YOUR_HUGGINGFACE_API_KEY
DICTIONARY_API_KEY= YOUR_DICTIONARY_API_KEY
OPENAI_API_KEY
: Your OpenAI API key.HUGGINGFACE_API_KEY
: Your HuggingFace API key.DICTIONARY_API_KEY
: Your dictionary API key.
For support, please open an issue on the GitHub repository. or contact us via our email :
Contributions are welcome! Please fork the repository, make your changes, and open a pull request to contribute.