https://github.com/monk1337/insightflow_backend
Easily Collect Data and feedbacks from humans for Large Language Models
https://github.com/monk1337/insightflow_backend
Last synced: 2 months ago
JSON representation
Easily Collect Data and feedbacks from humans for Large Language Models
- Host: GitHub
- URL: https://github.com/monk1337/insightflow_backend
- Owner: monk1337
- Created: 2024-01-19T17:25:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T01:41:37.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:43:42.412Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Collection & Human-Feedback-Platform
Easily Collect Data and feedback from humans for Large Language Models# Run Locally
> Make sure docker is installed
1. Run the mongodb and fastapi
```sh
docker compose up -d
```2. edit etc hosts
```sh
sudo vim /etc/hosts
```In the line where `127.0.0.1` is present add the following hosts in the same line - `if-mongo1 if-mongo2 if-mongo3`
3. Check is all the service running
```sh
docker ps -a
```