you can checkout our product:
these project has 3 modules: AI part Frontend Part Backend Part
Uses HTML, CSS and jQuery so you don't need anything to run it just config nginx or apache to get front side up
Uses django framework and django rest api so after you get clone the backend folder you should follow the commands:
-
install the requirements library.
pip install -r requirements.txt
-
make migration.
python manage.py makemigrations
-
migrate.
python manage.py migrate
-
run server.
python manage.py runserver
after these command your AI server is up now!
these part we will explain in detail
This repository contains the code of multiple methods for semantic poetry retrieval.
The methods are the following:
- TFIDF
- FastText
- LDA
- Doc2Vec
- Bert (Different Variations)