https://github.com/u123dev/ai_chat_advisor
https://github.com/u123dev/ai_chat_advisor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/u123dev/ai_chat_advisor
- Owner: u123dev
- Created: 2025-02-12T16:57:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T08:20:53.000Z (2 months ago)
- Last Synced: 2025-03-18T09:30:20.681Z (2 months ago)
- Language: HTML
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocktail Advisor Chat
---
### Technology Stack:
- Python
- FastAPI
- Llamaindex
- OpenAI
- Jinja2---
### How to Run the Project:
1. **Set up a Python virtual environment**:
```bash
python -m venv .venv
```2. **Activate the virtual environment**:
- On macOS/Linux:
```bash
source .venv/bin/activate
```
- On Windows:
```bash
.venv\Scripts\activate
```3. **Install project dependencies**:
```bash
pip install -r requirements.txt
```4. **Start the FastAPI application**:
```bash
uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload
```AI Chat will be accessible at [http://localhost:8000](http://localhost:8000).
---
### Settings:
** Copy .env.sample to .env & set OPENAI_API_KEY
---
### Demo:

