https://github.com/m0hc3n/find-your-quote-server
This repository is the backend of Find Your Quote. A Web application that helps you find the quotes that you barely remember a part from, but still want to mention because they perfectly reflect your ideas (or because you simply want to show off).
https://github.com/m0hc3n/find-your-quote-server
fastapi huggingface quotes replicate semantic-search
Last synced: about 2 months ago
JSON representation
This repository is the backend of Find Your Quote. A Web application that helps you find the quotes that you barely remember a part from, but still want to mention because they perfectly reflect your ideas (or because you simply want to show off).
- Host: GitHub
- URL: https://github.com/m0hc3n/find-your-quote-server
- Owner: M0hc3n
- Created: 2024-10-02T18:46:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:30:31.000Z (over 1 year ago)
- Last Synced: 2025-06-05T01:26:34.454Z (about 1 year ago)
- Topics: fastapi, huggingface, quotes, replicate, semantic-search
- Language: Python
- Homepage: https://remember-the-quote.netlify.app/
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Find Your Quote Server
This repository is the backend of Find Your Quote. A Web application that helps you find the quotes that you barely remember a part from, but still want to mention because they perfectly reflect your ideas (or because you simply want to show off).
### Dropbox
If you decide to use dropbox make sure you have `dl=1` at the end of your url. EX: `"https://www.dropbox.com/s/randnumbers/.pkl?dl=1"`
## To run (with docker)
Clone the repo and use `docker build . -t fastapi-fastai2` Then you can use `docker run -p 8888:8000 fastapi-fastai2` and go to `localhost:8888` to see the app.
## To run (without docker)
You can try `python app/server.py` although I've not been able to get pytorch/fastai to play nice on my windows machine. And on my ubuntu 19.04 machine I had several problems as well. Still unsolved.