https://github.com/gotz1480/joker-bot
An AI written in Python which tells random jokes
https://github.com/gotz1480/joker-bot
ai-python joke joker jokes speech-bot speech-recognition speech-to-text
Last synced: 6 months ago
JSON representation
An AI written in Python which tells random jokes
- Host: GitHub
- URL: https://github.com/gotz1480/joker-bot
- Owner: gotz1480
- License: gpl-3.0
- Created: 2022-01-19T22:51:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T23:08:41.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:13:19.226Z (6 months ago)
- Topics: ai-python, joke, joker, jokes, speech-bot, speech-recognition, speech-to-text
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# joker-bot
An AI written in Python which tells random jokes## Pre-requisites:
Python 3.9.2
## Building
### Install virtualenv
`pip3 install virtualenv`
### Create virtual environment
`virtualenv env`
### Activate virtual environment
`source env/bin/activate`
### Install requirements
`pip3 install -r requirements.txt`
## Running
`python3 main.py`