python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8080
docker build -t malware-emoji:0.1 .
docker run -d --name malware-emoji -p 8080:8080 malware-emoji:0.1
curl http://localhost:8080/health-
Notifications
You must be signed in to change notification settings - Fork 0
CodeGram-team/CodeGram-MW
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
CodeGram Malware Detection & Emoji tagging Server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published