Welcome to RevFrame
This framework will help in scaling Machine Learning/Deep Learning/Artificial Intelligence/Natural Language Processing Models to Web Application level almost without any time.
Prerequisites
python
- Main Programming Language for this Frameworkflask
- Backend that connects User and the Model.docker
- Docker for Virtualization and Deployment.revframe
- revframe github link.
RevFrame Project layout
Frontend/ # This is the Frontend Folder. It features a django Application
... # Other relevant pages, images and other files.
Backend/
models/ # Folder that has the model related files
model.py # Actual Model file
... # Other relevant pages, images and other files.
docker-compose.yml # This is a docker compose file that spins up Frontend & Backend Containers
Next Steps
Follow this link