Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurenzsommerlad/tum.ai-makeathon2023-api-endpoint
FastAPI Backend for TUM.ai Makeathon2023 CanAI Project. Integration of ChatGPT, Cohere Summarizer and backend logic
https://github.com/laurenzsommerlad/tum.ai-makeathon2023-api-endpoint
backend backend-api chatgpt chatgpt-api cohere cohere-ai fastapi python python3
Last synced: 11 days ago
JSON representation
FastAPI Backend for TUM.ai Makeathon2023 CanAI Project. Integration of ChatGPT, Cohere Summarizer and backend logic
- Host: GitHub
- URL: https://github.com/laurenzsommerlad/tum.ai-makeathon2023-api-endpoint
- Owner: LaurenzSommerlad
- License: mit
- Created: 2023-04-29T08:30:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:33:24.000Z (over 1 year ago)
- Last Synced: 2025-01-02T22:45:45.266Z (11 days ago)
- Topics: backend, backend-api, chatgpt, chatgpt-api, cohere, cohere-ai, fastapi, python, python3
- Language: Python
- Homepage: https://devpost.com/software/appliedai_canai
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CanAI FastAPI Backend
## Running with Dockerfile (local, recommended)
1) Install docker
2) Build and run the container```sh
docker build -t canai-fastapi-docker .
docker run -p 4321:80 canai-fastapi-container
```
This will run the server under ```http://localhost:4321```