Skip to content

Luscii/scenarioApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI model about testing knowledge

To run this project make sure to install all dependencies in requirement.txt. Create virtuar env and run dependencies:

python3 -m venv test_env source test_env/bin/activate pip install -r requirements.txt

NOTE: torch installation might fail, in that case you can replace torch package in requirements.txt with this: pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu

NOTE2: Freezing requirement will replace pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu with the installed torch version.

About

Help new joiners to learn how to use our apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published