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.
-
Clone the repository:
git clone https://github.com/yourusername/turkai.git cd turkai -
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # Unix or MacOS venv\Scripts\activate # Windows -
Install the required packages:
pip install -r requirements.txt
To start the application:
python app.py
You can view the app in your browser by navigating to http://localhost:5000.
This application can be easily deployed on Heroku, Google Cloud Run, or similar platforms.
For Heroku:
- Install Heroku CLI and log in.
- In the project directory:
heroku create git push heroku main
This project is licensed under the MIT License.
