Skip to content

lklivingstone/sih_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sih_2023

How to run?

  1. Clone
git clone 
  1. Install Virtual Env
python -m pip install --user virtualenv
  1. Setup up Virtual env
python -m venv env
env\Scripts\activate

or

python -m venv env
source env/bin/activate
  1. Install Dependencies
pip install -r requirements.txt
  1. Start Migrating and Run Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 7000

If python does not work, try python3

About

A Large Language Model based tool for generating human like responses to natural language inputs for network not connected over internet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages