Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 861 Bytes

File metadata and controls

42 lines (32 loc) · 861 Bytes

Screenshot of the project

OutingAI

OutingAI is a web app that uses AI to generate customized plans for small outings. You enter headcount, date, time, and location, select tags (food, casual, sporty, etc.), and add optional notes for personalization. OutingAI then generates a tailored outing plan based on your inputs.

Usage

[outingai.onrender.com] (https://outingai.onrender.com)

Installation

Step 1: Clone this repository

git clone https://github.com/Iced-code/outingAI.git

Step 2: Create virtual environment

python -m venv .venv

Step 3: Activate virtual environment

On Windows:

.venv\Scripts\activate

Step 4:

Install Dependencies

pip install -r requirements.txt

Step 5:

Install Dependencies

python app.py

Credits

Created by Ayaan Modak