https://github.com/glavin001/virtualagent
(No longer maintained :warning:) Let your virtual, personal agent find and apply to jobs for you! Including writing your Resume and Cover Letter! (1st place winner at Volta Hackathon, May 2016)
https://github.com/glavin001/virtualagent
Last synced: 13 days ago
JSON representation
(No longer maintained :warning:) Let your virtual, personal agent find and apply to jobs for you! Including writing your Resume and Cover Letter! (1st place winner at Volta Hackathon, May 2016)
- Host: GitHub
- URL: https://github.com/glavin001/virtualagent
- Owner: Glavin001
- License: mit
- Created: 2016-04-26T18:55:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T13:40:19.000Z (about 9 years ago)
- Last Synced: 2025-04-30T08:13:37.088Z (13 days ago)
- Language: TeX
- Homepage:
- Size: 6.69 MB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VirtualAgent
> Let your virtual, personal agent find and apply to jobs for you! Including writing your Resume and Cover Letter!## Installation
1. Clone this repository!
2. Python dependencies: `pip install -r requirements.txt`
3. Bower: `npm install -g bower`
4. Node.js dependencies: `npm install` and then `bower install`
5. Profit## Usage
```bash
npm start
```Then go to [http://127.0.0.1:3000/](http://127.0.0.1:3000/).
## Contributing
### Scrape JSONResume Members
```bash
python scripts/jsonresume-scraper.py
```### Build Skill Relationships
```bash
python scripts/skill-relationships.py
```