Skip to content

El-Baca-Org/TurkAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinking Turkey AI

This project is an experimental AI chat application with an interface similar to ChatGPT. It is inspired by the humor of Nasreddin Hodja's "Turkey and Parrot" fable.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/turkai.git
    cd turkai
    
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # Unix or MacOS
    venv\Scripts\activate  # Windows
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Running

To start the application:

python app.py

You can view the app in your browser by navigating to http://localhost:5000.

Deployment

This application can be easily deployed on Heroku, Google Cloud Run, or similar platforms.

For Heroku:

  1. Install Heroku CLI and log in.
  2. In the project directory:
    heroku create
    git push heroku main
    

View

License

This project is licensed under the MIT License.

About

This project, developed with Flask and Python, is an AI emulator or AI satirist inspired by Nasreddin Hodja's "Parrot and Turkey" fable: TurkAI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors