https://github.com/thehormat/ai__chatbot
AI Chatbot with Django
https://github.com/thehormat/ai__chatbot
chatbot django gemini-api googleai python
Last synced: 10 months ago
JSON representation
AI Chatbot with Django
- Host: GitHub
- URL: https://github.com/thehormat/ai__chatbot
- Owner: TheHormat
- Created: 2024-11-05T16:24:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:06:35.000Z (over 1 year ago)
- Last Synced: 2025-09-01T10:50:06.307Z (10 months ago)
- Topics: chatbot, django, gemini-api, googleai, python
- Language: Python
- Homepage: https://thehormat.medium.com/ai-chatbot-with-django-c45d34b73051
- Size: 25.4 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI Chatbot with Django
Django | Gemini API | AI Studio
🫦 Medium Link
1. Here is a great blog post for this great repo
🛜 To make it work:
1. Clone project
```
git clone git@github.com:TheHormat/AI__Chatbot.git
```
2.
```
poetry shell
```
3.
```
poetry update
```
4.
```
python manage.py runserver
```