https://github.com/igormcsouza/kitty-api
Question and Answer API for cats myths!
https://github.com/igormcsouza/kitty-api
chatbot fastapi tensorflow
Last synced: 5 months ago
JSON representation
Question and Answer API for cats myths!
- Host: GitHub
- URL: https://github.com/igormcsouza/kitty-api
- Owner: igormcsouza
- Created: 2021-10-12T14:22:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T14:45:07.000Z (about 2 years ago)
- Last Synced: 2024-05-04T15:41:42.008Z (about 2 years ago)
- Topics: chatbot, fastapi, tensorflow
- Language: Python
- Homepage: https://kitty-api-1.herokuapp.com/docs
- Size: 154 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ChatBot API for Cats questions
[](https://github.com/igormcsouza/kitty-api/actions/workflows/ci.yml)
Do you have any questions about cats? Don't worry, this api will help answer
your questions using a very smart AI that knows everything about cats.
## Release Notes
See [CHANGELOG.md](CHANGELOG.md) for release notes.
## How to test the api
Github actions already does that every push and pull request. Nevertheless you
might want to run locally the test. I'm using tox to manage testing pipeline.
kitty-api$ tox
As simple as that.
## How does the IA works?
:sweat_smile: I built a
[gist](https://gist.github.com/igormcsouza/c8ec7f56de42c782ee2e82b7e96eb99b)
where I created the AI model from scratch!
## Troubleshooting
* [Wrong Heroku Stack](https://gist.github.com/igormcsouza/17282ec2189cb822a66a2d05e8d6800d#wrong-heroku-stack)
* [Tox could not find setup](https://gist.github.com/igormcsouza/17282ec2189cb822a66a2d05e8d6800d#tox-could-not-find-setup)
* [Shutdown process is broken](https://gist.github.com/igormcsouza/17282ec2189cb822a66a2d05e8d6800d#shutdown-process-is-broken)